Skip to main content
GET
/
clients
List clients
curl --request GET \
  --url https://api.platform.dakota.xyz/clients \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
    "name": "Acme Financial Services"
  }
]

Authorizations

x-api-key
string
header
required

Response

List of clients the user has access to

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"

name
string
required

Name of the client.

Example:

"Acme Financial Services"