Retrieve Networks Collection
CUSTOM-ENDPOINT
GET https://api.speakap.io/networks/
Use Cases
- Get an overview of all the networks the authorized user is a member of
CUSTOM-AUTHORIZATION
Permissions: list_networks
CUSTOM-REQUEST
- URI: /networks/
- Method: GET
- Accept: application/vnd.speakap.api-v1.8.2+json+hal
- Authentication: OAuth 2.0
Filters
Name | Type | Description |
---|---|---|
user | EID | Filters all networks a specific user is member of (defaults to the authorized user) |
Status | Data |
---|---|
200 | Returns a collection of Network resources |
403 | Unauthorized: returns an Error object |