Skip to content

Get API keys

GET
/v2/identity/apikey

Retrieves a list of all API keys.

page[number]
number

Page number (starts at 1)

Example
1
page[size]
number

Items per page

Example
10
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of API keys.

object
items
required

List of API keys

Array<object>
object
id
required

The unique identifier for the API key

string
key
required

The API key used for authentication

string
secret
required

The API key secret hash

string
description
required

The API key secret hash

string
status
required

The status of the API key

string
createdAt
required

The timestamp of the API key creation

string
lastUsedAt
required

The timestamp of the API key last used

string
expiresAt
required

The timestamp of the API key expiration

string
page
required

List of API keys

Array<object>
object
id
required

The unique identifier for the API key

string
key
required

The API key used for authentication

string
secret
required

The API key secret hash

string
description
required

The API key secret hash

string
status
required

The status of the API key

string
createdAt
required

The timestamp of the API key creation

string
lastUsedAt
required

The timestamp of the API key last used

string
expiresAt
required

The timestamp of the API key expiration

string