Authorizations
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.
Body
The request body for creating an API Key.
A unique name for the API Key to help you identify it.
64
"Sandbox integration key"
never
A description to provide more context about the API Key.
256
"Key used by our developers to integrate with the sandbox environment"
Response
API Key created
The response body for creating an API Key.
The identifier for the API Key.
64
"5hEEqkgJUyuxgSKGArHA4mWSnX"
The identifier for the Merchant Account.
64
"y3oqhf46pyzuxjbcn2giaqnb44"
The unique name for the API Key to help you identify it.
64
"Sandbox integration key"
The plaintext API Key used for server-side API access. Ensure you store the API Key securely as you will not be able to see it again.
128
The time at which the API Key was created.
"2022-09-10T10:11:12Z"
never
The description to provide more context about the API Key.
256
"Key used by our developers to integrate with the sandbox environment"