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
The response is of type object
.