API Requests
Learn how to make an API request
Last updated
Learn how to make an API request
Last updated
You will need an auth_token
from a user (see ) to make requests to Verida endpoints.
API requests must include the auth_token
in the Authorization
header as a Bearer token.
Important: Ensure you store and handle the
auth_token
securely. Unauthorized access to this token could compromise your application and user data.
See the Data APIs or to learn more about all the available endpoints