Skip to main content
GET
/
v1
/
me
API key information
curl --request GET \
  --url https://api.timelyai.com.br/v1/me \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "key_name": "<string>",
    "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "scopes": [
      "<string>"
    ],
    "permissions": {}
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Response

API key information

data
object