API v1 · Stable

Athllo REST API

Build directly against the Athllo marketplace — authenticate once, then discover athletes, launch campaigns, and settle deals.

basehttps://api.athllo.app
POST/v1/auth/token
Public

Exchange credentials for a bearer token.

Example request
curl -X POST https://api.athllo.app/v1/auth/token \
  -H "Authorization: Bearer $ATHLLO_TOKEN" \
  -H "Content-Type: application/json"
Example response · 200 OK
{
  "token": "sk_live_…",
  "expires_in": 3600
}
SDKs
JavaScript / TS
npm i @athllo/javascript
Python
npm i @athllo/python
Ruby
npm i @athllo/ruby