List conversations of a participant by specifying their identifier key and value. For more information on identifier keys and values, please refer to the "Conversation Participants" page. This will return a maximum of 100 conversations per page, with 10 as default. You can use the limit and pageToken query parameters to paginate the results. Learn more about pagination in the Common API Usage pagination section.
Authorizations
Path parameters
workspaceIdstring · uuidRequired
The workspace ID
Example: b4e02c85-c6d2-4b15-8885-e09671799c61
identifierKeystring · min: 1Required
The identifier type of the channel, such as emailaddress or phonenumber
Example: emailaddress
identifierValuestring · min: 1Required
A value that uniquely identifies a recipient in the channel, such as an email address or a phone number
Example: example@bird.com
Query parameters
limitinteger · min: 1 · max: 100Optional
Limits the number of results to return
Default: 10Example: 10
pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list