post https://staging.cypherface.com/api/refresh-token/
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.
Log in to see full request history
Curl Request
curl --location --request POST 'https://staging.cypherface.com/api/refresh-token/' \
--header 'authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjeXBoZXJGYWNlSWQiOiI2N2I0ODhkOGI0Yjk1YjM5M2ZiZGZmNzQiLCJ4QXBpS2V5IjoiY2JmZTBiYWYtZGI2NS00NDYzLWJhZWMtYTk4NjMzYTEzZWY3IiwiaWF0IjoxNzQwNjY0NDc3LCJleHAiOjE3NDA4MzcyNzd9.lG3v7bh-AoM5qIzge9Aj3C4DNK9hQES8SdriHi5IfwA' \
--header 'Cookie: connect.sid=s%3AyoqwqQtJPuetxSVZLt9_3cikxJ6eSZO-.RDMRaaGKPjP%2F7f6E1pJeiOCPXiu61fEP8J8PwHvgW%2BY'
Responses