v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
API Keys

Create API key

Create a service-to-service API key for a merchant.

post/api-key/create

Request body

merchant_idstring required
descriptionstring nullable

Example request

{
  "merchant_id": "merchant_demo",
  "description": "backend integration key"
}

Response

Created API key

key_idstring
api_keystring
key_prefixstring
merchant_idstring
descriptionstring nullable
created_atstring

Example response

{
  "api_key": "DE_..."
}