v1
latestOpenAPI 3.1.12026-07-222968170.1 KBidentity
get/v2/identity/whoami
Response
200
Example response
{
"identity": {
"kind": "api_key",
"account_id": 1,
"program_id": 2,
"scopes": [
"read_customers",
"read_orders"
],
"integration": null
}
}