v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Partner Endpoints

partner/create-partner

This endpoint allows Technology partner accounts to create new partner accounts. Only partner accounts with PartnerCreationEnabled and a Technology account type can use this endpoint.

post/partner/create-partner

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

PartnerAccountIDstring required

The unique ID for the newly created partner account

APIKeystring required

The API key for the new partner account

APISharedSecretstring required

API Shared Secret for the new partner account

Example response

{
  "Success": true,
  "PartnerAccountID": "PartnerAccount123",
  "APIKey": "eddc0f5e37d20f98b486daf842447ec1f225f859",
  "APISharedSecret": "AbcDefGi+KlmnopQRSTu183=="
}