Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://api.sweetref.com/referrals'
Responses
application/json [
{
"id": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"conversion_date": "string",
"affiliate_id": "string",
"total_commission": 0,
"created_at": "string",
"updated_at": "string"
}
]
Modified at 2024-11-10 14:58:07