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.

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'
Headers
string
required
Defaults to eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjeXBoZXJGYWNlSWQiOiI2Nzg4YTU0Njk3ZmQxNjQzNjA5YWMwNGIiLCJ4QXBpS2V5IjoiMWI4YTIyYjgtNmI2NC00YWJhLTlhNWMtNWFiNGNhOWM5NDQ5IiwiaWF0IjoxNzM3NTU2Nzk0LCJleHAiOjE3Mzc3Mjk1OTR9.9EjN722-0L3GaZJ53q4heyg6VwVovBYQMANbSS6c7V0

You need pass access token.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json