Skip to main content

CreatePartnerAccessTokenRequest

environmentstringrequired

The environment for which to create an access token. This can be either test or live. The created access token will only have access to the respective environment for the merchant account.

Possible values: [test, live]

Example: live
CreatePartnerAccessTokenRequest
{
"environment": "live"
}