Multi-GET

If you want to retrieve multiple objects at once for which you know the EIDs, you can perform a multi-GET. Multi-GET works by querying the collection resource for the resource type and passing an eid query parameter.

Multi-GET is currently supported by the messages collection and the users collection.

Query Parameters

Name Type Value
eid EIDs Comma-separated list of EIDs

Example

GET
https://api.speakap.io/networks/0123456789abcdef/users/
?eid=abcdef0123456789,abcdef0123456790