This guide covers how to use specific headers for authentication and authorization.
x-hasura-dex-api-key
header should contain the userβs API key. This key is used for identifying the user and further processing the request. To use it, include the x-hasura-dex-api-key
header with the value being your personal API key in your API requests.