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>"
}
]
}
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>"
}
]
}
Default Response
The response is of type object
.