Users
Get api keys
List all of your API keys.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/users/me/api-keys"{
"apiKeys": [
{
"apiKey": "string",
"createdAt": 0,
"name": "string",
"status": "active",
"userId": "string"
}
]
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}