curl --request GET \
--url https://api.platform.dakota.xyz/clients \
--header 'x-api-key: <api-key>'[
{
"id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"name": "Acme Financial Services"
}
]Lists all clients that this auth method has access to
curl --request GET \
--url https://api.platform.dakota.xyz/clients \
--header 'x-api-key: <api-key>'[
{
"id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"name": "Acme Financial Services"
}
]List of clients the user has access to
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.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Name of the client.
"Acme Financial Services"