cURL
curl --request POST \ --url https://api-test.klyme.io/api/v1/merchants/update/credentials \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "merchantUuid": "<string>" } '
{ "apiKey": "<string>", "secret": "<string>" }
Rotate API credentials for a given merchant UUID
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password