Skip to content
Developers
Me

Get API key identity

GET /me

GET
/me

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/me"
{
  "data": {
    "keyId": "019cb675-c4d6-7e90-8806-25e5145c3a06",
    "keyName": "Zapier Sync",
    "organizationId": "019cb675-c4d6-7e90-8806-25e5145c3a06",
    "actorUserId": "019cb675-c4df-7f8b-8a83-5f28581f5e7e",
    "scopes": [
      "read:users",
      "write:projects"
    ]
  }
}
Empty
Empty
Empty
Empty