Endpoints
Get API Keys
Returns all the API Keys currently assigned to the account.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
API Keys response.
The response is of type object[]
.
cURL