Headers
Body
*/*
Response
200 - */*
Default Response
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>"
}
}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>"
}
}Default Response
Show child attributes