Get all API Keys
GET
/api/accounts/me/api-keysUse this endpoint to get the API keys for the current user.
Request
None
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
Example
[
{
"id": "675cbe78-412f-46c3-9d60-9c52b930841c",
"created_at": "2086-05-24T13:46:47.8Z"
},
{
"id": "90e6182e-d90e-47a6-88c4-829c78a7d454",
"created_at": "2061-09-07T22:37:25.436Z"
}
]
Last modified: a year ago