List API keys

Returns all the API keys.

Securitybearer or cookie
Request
query Parameters
all
boolean

If true, returns all API keys on the system, otherwise, returns only the API keys owned by the calling user.

Responses
200

OK

4XX

Client error.

5XX

Server error.

get/api_keys
Request samples
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": [
    ]
}
Copyright © Curvegrid 2022. All right reserved.