API Keys
Endpoints
Method
Path
Description
List API Keys
GET /v1/api-keyscurl https://rest-api.tokenbot.com/v1/api-keys \
-H "X-API-Key: tb_live_your_key"Create API Key
POST /v1/api-keyscurl -X POST https://rest-api.tokenbot.com/v1/api-keys \
-H "X-API-Key: tb_live_your_key" \
-H "Content-Type: application/json" \
-d '{"name":"CI/CD Key"}'Delete API Key
Rotate API Key
Last updated
Was this helpful?