identity

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
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.