API Connectivity Test

This API calls helps you to confirm if all the required authentication and signing works as expected.

post
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Body
messagestring · max: 50OptionalExample: Hello!
Responses
200
Returns message
application/json
Responsestring
post
POST /v1/partner/test HTTP/1.1
Host: api-url
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "message": "Hello!"
}
200

Returns message

text

Last updated

Was this helpful?