GET
/
api
/
v1
/
user
/
api-key
curl --request GET \
  --url https://app.aptlystar.ai/api/v1/user/api-key \
  --header 'Authorization: <authorization>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "api_key": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Headers

Authorization
string
required

Response

200 - */*

Default Response

The response is of type object.