List All Aliases
Request
This endpoint retrieves a list of all aliases associated with your organization. It supports optional query parameters to filter results by type and paginate through large datasets.
Endpoint:
GET /organization/api/v1/aliasesURL:
https://link.api.datagram.network/organization/api//v1/aliasesQuery
Field
Type
Description
Exxample
Type
String
The type of the alias (“live”, “conference”)
"conference"
After
String (Optional)
The cursor parameters
65fd87ea12a9c9b3f1
Example Request
GET /organization/api/v1/aliases HTTP/1.1
Host: link.api.datagram.network
Authorization: <token>Response
The server returns standard HTTP status codes to indicate the success or failure of the request. Based on the outcome, the response may contain a list of aliases or an error message. Below are the possible responses for this endpoint:
200 OK: Aliases listed successfully.
401 Unauthorized: Unauthorized.
Last updated
