Covant.ai/API Documentation
Dashboard →

Authentication

All API requests require an API key passed in the Authorization header.

Example
curl https://api.covant.ai/v1/partners \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Find your API key in Dashboard → Settings. Use cv_test_ prefix for sandbox, cv_live_ for production.

Error Codes

400Bad RequestInvalid parameters
401UnauthorizedMissing or invalid API key
403ForbiddenInsufficient permissions
404Not FoundResource doesn't exist
429Rate LimitedToo many requests (100/min)
500Server ErrorSomething went wrong

Partners

Create, list, and manage partner accounts

GET/partnersList all partners with optional filtering
POST/partnersCreate a new partner
GET/partners/:id/scoreGet partner score breakdown