Select
Schemas
ConsentsValidateRequestBody
|
|
Name | Type | Required | Description |
---|---|---|---|
msisdn | string | false | A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with ‘+’. |
application | string | false | application to validate the consent. |
scopes | [string] | false | capabilities to be consumed |
purpose | string | false | purpose for which the capability is to be consumed |
ConsentsValidateResponse
|
|
Name | Type | Required | Description |
---|---|---|---|
isValid | boolean | true | none |
ErrorInfo
|
|
Name | Type | Required | Description |
---|---|---|---|
status | integer | true | HTTP response status code |
code | string | true | Code given to this error |
message | string | true | Detailed error description |