POST
/
api
/
v1
/
user
/
api-key
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/user/api-key \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "name": "<string>"
}'
{
  "data": {
    "api_key": "<string>"
  }
}

Headers

Authorization
string
required

Body

*/*

Response

200 - */*

Default Response

The response is of type object.