Skip to main content
GET
/
v1
/
me
Get the authenticated developer account
curl --request GET \
  --url https://api.mint.gg/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "project": {
    "id": "<string>",
    "name": "<string>"
  },
  "apiKey": {
    "id": "<string>",
    "name": "<string>",
    "publicPrefix": "<string>"
  },
  "owner": {
    "userId": "<string>",
    "email": "jsmith@example.com"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mint.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Mint API key sent as a Bearer token.

Response

Authenticated Mint developer account.

project
object
required
apiKey
object
required
owner
object
required