v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBAPI Key
API Key - Update
Update information for the specified API Key.
post/api_keys/{merchant_id}/{key_id}
Path parameters
merchant_idstring required
The unique identifier for the merchant account
key_idstring required
The unique identifier for the API Key
Request body
Example request
{
"name": "Sandbox integration key",
"description": "Key used by our developers to integrate with the sandbox environment"
}Response
API Key updated
Example response
{
"key_id": "5hEEqkgJUyuxgSKGArHA4mWSnX",
"merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
"name": "Sandbox integration key",
"description": "Key used by our developers to integrate with the sandbox environment",
"created": "2022-09-10T10:11:12Z"
}