Account Delegation Processes
Rolodex (Contacts & Organizations) (v1-2025-04-18)
The Contacts & Organizations, or Rolodex, app provides the Customer Relationship Management (CRM) capabilities of the Rhythm platform. Common integrations with the Rolodex API include finding or updating contact information, demographics, or communication preferences for a Contact or Organization.
Like most of the other Rhythm apps, the Rolodex API includes endpoints for Query Definitions. These endpoints are commonly used to retrieve saved queries, which can then be executed using the Query endpoints of the System API.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1
https://rolodex.api.rhythmsoftware.com
- Mock serverhttps://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1/queryDefinitions/{tenantId}
- https://rolodex.api.rhythmsoftware.com/queryDefinitions/{tenantId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/rolodex/rolodex-v1/queryDefinitions/{tenantId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "category": "string", "definition": {}, "id": "string", "name": "string" } ]