Browse the Help Center for platform guides or API & Developers for integration docs.
cURL
curl --request POST \ --url https://open.beatpass.ca/api/v1/playlists/{id}/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "user_id": 2 }'
{ "status": "success", "message": "Invitation sent successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Playlist ID
1
ID of user to invite
2
Invitation sent successfully
"success"
"Invitation sent successfully"
Was this page helpful?