Fetch API
Get Context
GET
Resolve a
contextKey to the stored region, locale, and scope. Useful for hydrating client state from a cookie, or for verifying a token before making other requests.
Path Parameters
string
required
Your project’s Fetch token, embedded in the subdomain.
Headers
string
required
The
contextKey to resolve. The token must be 36–50 characters and exist in the project.string
Required when the project has fetch API keys configured.
Response
string
required
The active
contextKey.string
required
The region key (e.g.
eu, uk).string
required
The locale key (e.g.
de-DE, en-GB).