Gateways

This endpoint allows you to fetch data about the Gateways of your Team.

Fetch All Gateways

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
Responseobject
get
/api/v1/gateways
200

OK

Fetch Gateway by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
gatewayIdstringRequired

ID of gateway

Responses
200

OK

application/json
Responseobject
get
/api/v1/gateway/{gatewayId}

Last updated

Was this helpful?