cURL
curl --request POST \ --url https://commerce1.on-hellgate.dev/accounts/{account_id}/service-configurations \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "configuration": {}, "name": "<string>", "service_registration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "configuration": {}, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "service_registration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Account ID
Body
Success