Using Tokens in API Requests
When making requests to the Propaga API, you’ll need to include a token for authentication. To use a token, include it in theAuthorization header of your request. Here’s an example using cURL:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How do you auth with our API?
Authorization header of your request. Here’s an example using cURL:
curl -X GET \
-H "Authorization: {YOUR_TOKEN}" \
https://api.propaga.io/v1/...
Was this page helpful?
