Skip to main content
POST
/
merchants
/
update
/
credentials
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>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
merchantUuid
string
required

Response

200 - application/json
apiKey
string
secret
string