Authentication Guide
To access ClearFeed APIs, authentication is required using a bearer token. This token acts as a secure passkey for authorized usage. Follow these steps to obtain and use the token.
Obtaining Your API Token:
Access Developer Settings: Open your web browser and navigate to Developer Settings.

Generate New Token: If you haven't generated an API token yet, simply click the
Generate Token
button. This will create a new token for your use.

After generating the token, you can easily copy it and begin using it.
Using Your API Token:
Include the bearer token in the HTTP request's Authorization
header for API access:
GET /v1/rest/endpoint
Host: api.clearfeed.app
Authorization: Bearer YOUR_TOKEN_HERE
Last updated