Relays
List relays
GET/accounts/{account_id}/moq/relays
Get a relay
GET/accounts/{account_id}/moq/relays/{relay_id}
Create a relay
POST/accounts/{account_id}/moq/relays
Update a relay
PUT/accounts/{account_id}/moq/relays/{relay_id}
Delete a relay
DELETE/accounts/{account_id}/moq/relays/{relay_id}
ModelsExpand Collapse
RelayGetResponse object { config, created, modified, 3 more } Full relay details (no tokens).
RelayGetResponse object { config, created, modified, 3 more }
Full relay details (no tokens).
RelayCreateResponse object { config, created, modified, 4 more } Relay with auto-generated tokens (shown once).
RelayCreateResponse object { config, created, modified, 4 more }
Relay with auto-generated tokens (shown once).
RelayUpdateResponse object { config, created, modified, 3 more } Full relay details (no tokens).
RelayUpdateResponse object { config, created, modified, 3 more }
Full relay details (no tokens).
RelaysTokens
Rotate a token
POST/accounts/{account_id}/moq/relays/{relay_id}/tokens/rotate