Skip to main content
GET
/
api
/
v2
/
context
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "<string>",
    "attributes": {
      "firstName": "<string>",
      "lastName": "<string>",
      "email": "<string>",
      "createdAt": "<string>"
    },
    "type": "users"
  }
}

Authorizations

Authorization
string
header
required

JWT token

Query Parameters

context
string
required

Context identifier (brand slug or worksite identifier)

Response

Context switched successfully

data
object