API Documentation
Authorization
To access the Tribute API, you need to obtain an API key through the author dashboard.
How to get an API key
Open Author Dashboard: Go to your Tribute author dashboard
Navigate to Settings: Click on the three dots (⋯) menu
Go to API Keys: Select "API Keys" from the settings menu
Generate New Key: Click "Generate API Key" button
Copy and Save: Copy the generated key and store it securely
Using the API key
The API key is used in the Api-Key
header in every HTTPS request to the API.
Example with curl:
curl -X GET \
'https://tribute.tg/api/v1/subscribers' \
-H 'Api-Key: your_api_key_here'
Last updated