Skip to main content
GET
/
api
/
app
/
me
Get credential info
curl --request GET \
  --url https://core-api.getaptly.com/api/app/me \
  --header 'x-token: <api-key>'
{
  "userId": "<string>",
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "companyId": "<string>",
  "companyName": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt

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

Authorizations

x-token
string
header
required

Response

Credential identity.

type
enum<string>
Available options:
user
userId
string
email
string | null
firstName
string | null
lastName
string | null
companyId
string
companyName
string | null