cURL
curl --request POST \ --url https://api.pingmee.co.il/conversations \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "phoneNumberId": "<string>", "startKey": {}, "limit": 25 } '
{ "dbObject": [ { "platformCompositionKey": "<string>", "associatedTo": "<string>", "participantsIdentifiers": "<string>", "phoneNumberId": "<string>", "messageWhatsAppId": "<string>", "customerPhoneNumberId": "<string>", "customer": { "profileImage": "<string>", "customerName": "<string>", "customerNickname": "<string>", "createdAt": 123, "lastActiveAt": 123, "email": "[email protected]", "platform": "whatsapp", "phoneNumberId": "<string>", "countryCode": "<string>", "associatedTo": "<string>", "parsedPhoneNumber": "<string>" }, "createdAt": 123, "updatedAt": 123, "unreadCount": 123, "statusCase": "open", "answerMode": "bot", "lastMessage": {}, "assignedTagIds": [ "<string>" ], "assignedAgentIds": [ "<string>" ], "lastWorkflowExecutionId": "<string>", "lastWorkflowExecution": {}, "aiFeatures": { "autoTranslation": {} }, "ai": { "tokensUsed": 123 }, "lastSendMessageFromUser": 123, "isOptoutFromMarketingMessages": true } ], "hasMoreItemsToFetch": true, "lastEvaluatedKey": {} }
Get conversations using cursor-based pagination.
Provide pagination and filtering parameters to retrieve the next page of conversations.
Filter conversations by phone number identifier.
Key returned from a previous request. Pass this value to fetch the next page of conversations.
Maximum number of conversations to return.
1 <= x <= 100
Conversations
List of conversations returned for this page of results.
Show child attributes
If present, call the same endpoint again and pass this value as startKey to retrieve the next page of results. Pagination is cursor-based.
startKey