Skip to main content
GET
/
internal
/
checkbook
/
client-credentials
List all Checkbook client credentials
curl --request GET \
  --url https://api.platform.dakota.xyz/internal/checkbook/client-credentials \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
    "client_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
    "publishable_key": "d9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "base_url": "https://api.checkbook.io",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Response

List of Checkbook client credentials

id
string
required

KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

client_id
string
required

KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

publishable_key
string
required

Checkbook publishable API key

Example:

"d9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

base_url
string
required

Checkbook API base URL

Example:

"https://api.checkbook.io"

is_active
boolean
required

Whether these credentials are active

Example:

true

created_at
string<date-time>
required

When the credentials were created

updated_at
string<date-time>
required

When the credentials were last updated