Skip to main content
GET
/
v1
/
auth
/
verify
Verify Api Key
curl --request GET \
  --url https://clientapi.retailgrid.io/v1/auth/verify \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.retailgrid.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Retailgrid API keys are prefixed with rg_live_. Pass them as Authorization: Bearer <key>.

Response

200 - application/json

Successful Response

Response returned when a public API key authenticates successfully.

ok
boolean
required
user_id
string<uuid>
required
api_key_id
string<uuid>
required