List conversations.

GET {{baseUrl}}/v4/conversations?cursor=MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw&limit=10&locationUid=00000000-0000-0000-0000-000000000000

List all conversations.

If the cursor parameter is used then all other parameters will be ignored. This is to avoid confusion if passing both a cursor and other parameters which would change what data is being returned.

Request Params

KeyDatatypeRequiredDescription
cursorstringRetrieves the page of items that comes after the cursor.
limitnumberMax number of items to return per request. Defaults to 10.
locationUidstringPodium unique identifier for location.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"assignedUserUid":"00000000-0000-0000-0000-000000000000","channel":{"identifier":"email@email.com","type":"email"},"closed":false,"contactName":"dol","createdAt":"2015-01-23T23:50:07Z","lastItemAt":"2015-01-23T23:50:07Z","locationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000","updatedAt":"2015-01-23T23:50:07Z"},"metadata":{"url":"https://www.podium.com/"}}