INSTANTLY credentials. Use the returned orgId values when calling POST /exports/platform-credential or PUT /exports/platform-credential to associate a credential with a specific workspace.GET /exports/platform-workspaces?credentialId=H8M9JV2S9HMPYFQW393AZHQVD4XMcurl --location 'https://customers.coldmailreseller.com/api/v1/integration/exports/platform-workspaces?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM&credentialId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Fetched workspaces successfully",
"data": [
{
"orgId": "org_H8M9JV2S9HMP",
"name": "Acme Corp"
}
]
}