Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request POST \
--url https://open.beatpass.ca/api/v1/messaging/conversations/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message_text": "<string>",
"user_id": 123,
"user_ids": [
123
],
"title": "<string>"
}
'curl --request POST \
--url https://open.beatpass.ca/api/v1/messaging/conversations/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message_text": "<string>",
"user_id": 123,
"user_ids": [
123
],
"title": "<string>"
}
'API access is invite-only. Contact contact@beatpass.ca to request access. Once approved, generate tokens from Account Settings → Developers. Include as: Authorization: Bearer {token}. Tokens expire after 90 days.
Conversation created with initial message
Was this page helpful?