cURL
curl --request POST \ --url https://commerce1.on-hellgate.dev/configuration/accounts/{account_id}/keys \ --header 'Content-Type: application/json' \ --data ' { "expired_at": "2023-11-07T05:31:56Z" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "key_value": "<string>" }
Account ID
Body
Expiration date. Must be in the future.
Success