Build directly against the Athllo marketplace — authenticate once, then discover athletes, launch campaigns, and settle deals.
/v1/auth/tokenExchange credentials for a bearer token.
curl -X POST https://api.athllo.app/v1/auth/token \
-H "Authorization: Bearer $ATHLLO_TOKEN" \
-H "Content-Type: application/json"{
"token": "sk_live_…",
"expires_in": 3600
}