API Reference

This API endpoint is used to obtain an access token, which is required to authenticate and authorize API requests. It uses the client credentials where the client ID and client secret are exchanged for an access token. The token can then be used to access protected resources.

Curl Request

curl --location --request POST 'https://staging.cypherface.com/api/access-token/' \
--header 'merchantId: 67b488d8b4b95b393fbdff74' \
--header 'x-api-key: cbfe0baf-db65-4463-baec-a98633a13ef7' \
--header 'Cookie: connect.sid=s%3AyoqwqQtJPuetxSVZLt9_3cikxJ6eSZO-.RDMRaaGKPjP%2F7f6E1pJeiOCPXiu61fEP8J8PwHvgW%2BY'
Language
Click Try It! to start a request and see the response here!