// introduction.mdx
Authentication
To access the API, you need to authenticate using a token. This token should be included in the Authorization
header of your requests.
Obtaining a Token
To obtain a token, you need to register your application and follow the OAuth 2.0 flow. Once registered, you will receive a client ID and client secret.