Skip to main content
GET
List API Keys

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-partner-id
string
default:""
required

The Partner ID header used for authorization

Query Parameters

names
string

Filter based on API Key names

Example:

"Customers"

api_keys
string

Filter based on API Key Secret keys

Example:

"36BFB7C90C7A1D3D4E09E2E2C05DDD3E"

enabled
boolean

Filter for only enabled or disabled API keys

Example:

true

limit
string

Set the limit for search results

Example:

"3"

page
string

Set the page offset

Example:

"1"

Response

Response containing list of API keys

Standard response structure for successful operations

ok
boolean

Indicates if the operation was successful

Example:

true

data
object

Contains the response data