enterprise-api

common_http_401-unauthorized

Unauthorized

Type
https://problems.atlas.propertyfinder.com/common-http-401-unauthorized/
HTTP status
401 Unauthorized
Retryable
No
Detail
The request requires user authentication.

What to do

Obtain a valid token via POST /v1/auth/token and retry.

Example response

An HTTP 401 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-http-401-unauthorized/",
  "title": "Unauthorized",
  "status": 401,
  "code": "common_http_401-unauthorized",
  "detail": "The request requires user authentication."
}

Back to error catalog