GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

Query Parameters

merchantAccountNumber
integer
required

The unique identifier of the merchant account

Response

200 - application/json

Success - API key and secret pair generated

Response containing the generated API key and secret pair

key
string
required

The generated client API key (30 characters)

Example:

"abcdefghijklmnopqrstuvwxyz1234"

secret
string
required

The generated client API secret (45 characters)

Example:

"ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789012345"