Get User Cards
Integration API
Get Cards
Retrieves all cards within a specific workspace
POST
Get User Cards
Retrieves all cards within a specific workspace. This endpoint requires a workspace ID parameter to scope the card search to a particular workspace.
Query Parameters
The workspace parameter is required and should contain the workspace ID obtained from the Get Workspaces endpoint.Response Details
Returns an array containing card choices formatted for integration platforms:- key: Always “card” to identify the data type
- choices: Array of available cards with their details
- id: Unique card identifier (use this for sending cards)
- title: Card name/title as set in CardClan
- name: Same as title (for integration platform compatibility)
- key: Same as ID
- label: Description of the field type
- value: Card identifier for form display
Use Cases
- Card Selection: Present available cards to users in integration platforms
- Workflow Setup: Allow users to choose which card to send in automations
- Validation: Verify a specific card exists and is accessible
- Dynamic Content: Build interfaces that adapt to available cards