🟠POST lists
Create a new list
POST
https://app.referralhero.com/api/v2/lists
Create a new list/campaign in your account.
Path Parameters
Name
Type
Description
website
string
Default Referral URL
name
string
Your List Name
api_token
string
Your API Token
Response
{
"status": "ok",
"data": {
"uuid": "MF521c3aade8",
"name": "My amazing sweepstake",
"created_at": 1731936007,
"subscribers": 0,
"response": "list_created"
},
"calls_left": 1000,
"timestamp": 1731936007
}
Last updated