curl --request OPTIONS \
--url https://app.dynamicauth.com/api/v0/exchangeRates \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Empty response
Was this page helpful?
curl --request OPTIONS \
--url https://app.dynamicauth.com/api/v0/exchangeRates \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}