POST https://api.nexway.store/customers/verify
Parameter name | Value | Description | Additional |
---|---|---|---|
customerId | string | customerId |
The request body takes a complete SignedRequest resource, containing the following writable properties:
{
"signedData": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
signedData | string |
Signed data to verify and decode |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK The signature is valid, no alteration |
The signature is valid, no alteration |
400 | Bad Request The signature is invalid |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |