API Keys
Create API key
Create a service-to-service API key for a merchant.
post/api-key/create
Request body
Example request
{
"merchant_id": "merchant_demo",
"description": "backend integration key"
}Response
Created API key
Example response
{
"api_key": "DE_..."
}