This error corresponds to the standard 401 Unauthorized HTTP status code, indicating that the request lacks valid authentication credentials for the requested resource.
{
"code": "UNAUTHORIZED",
"type": "https://docs.leyr.io/api/error-handling/unauthorized",
"title": "Unauthorized",
"status": 401,
"detail": "Application with the provided client ID was not found.",
"instance": "36f6904c-fd11-4ea9-8f74-a103fc829bd1"
}
x-leyr-client-id header in the requestx-leyr-client-id header - the specified application ID doesn't existTo resolve this error:
detail field in the response body. It contains specific information about the authentication issue, following the Pydantic error message standard, including which parameter is missing and where (e.g. body, query, path, etc). It will also hint if you are trying to send in a value that is not allowed in a certain parameter.instance ID from your error response