HyperSwitch/errors/unauthorized
Appearance
< HyperSwitch | errors
HTTP Status
[edit]401
Description
[edit]User authentication is required to use the endpoint, but it was not provided, failed, or a user lacks required permissions. The detail
response body field would contain an explanation. Error response contains JSON body in the form of application/problem+json
Body Schema
[edit]Field | Type | Description | Example |
---|---|---|---|
type | string | Link to the error description page | https://mediawiki.org/wiki/HyperSwitch/errors/unauthorized |
method | string | HTTP request method | post |
uri | string | Requested URI that produced this problem | https://en.wikipedia.org/api/rest_v1/page/html/Darth_Vader |
title | string | High-level explanation of the error | Not authorised to access the resource |
detail | string | A detailed explanation of the problem. It will contain a reason of denial and provide a list of required permissions which the user lacks. | Need permission "read" |