Content Types

All endpoints accept and return data in JSON format.

You must include the following header in requests that contain a body:

Content-Type: application/json

For example:

1POST /referrals
2Content-Type: application/json
3Authorization: Bearer <your-jwt-token>