The Platform API contains tenant level configuration and settings used throughout Rhythm. This includes Saved Queries, Custom Fields, and Forms.
Platform (v1-2025-04-18)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.api.rhythmsoftware.com/_mock/apis/platform/platform-v1
https://platform.api.rhythmsoftware.com
- Mock serverhttps://docs.api.rhythmsoftware.com/_mock/apis/platform/platform-v1/emailActivities/{tenantId}/{contactId}
- https://platform.api.rhythmsoftware.com/emailActivities/{tenantId}/{contactId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/platform/platform-v1/emailActivities/{tenantId}/{contactId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "activity": [ { … } ] }