Skip to content

Add a subscription ​

POST
/v1/profile/watchlist

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"ticket_id": null,
  
"category_id": null,
  
"event_id": null,
  
"min_amount": 0,
  
"team_id": null,
  
"tournament_id": null
}

Responses​

OK

application/json
JSON
{
  
"ticket_id": null,
  
"subscription_id": null,
  
"ticket_title": null,
  
"event_name": null,
  
"event_id": null,
  
"category_id": null,
  
"category_name": null,
  
"team_id": null,
  
"tournament_id": null,
  
"team_name": null,
  
"tournament_name": null,
  
"enabled_notifications": [
  
  
"string"
  
]
}

Playground​

Server
Authorization
Body

Samples​