List Managers on Order

Learn how to use the API endpoint /api/v1/orders/{id}/managers/ with the GET method to access a comprehensive list of order managers available to requesting managers.

Endpoint

  • Method: GET

  • URL: /api/v1/orders/{id}/managers/

Summary

Lists all order managers the requesting manager has access permissions to.

circle-info

Try-it-out: not available

Request

Path parameters: none specified (endpoint includes {id} in the path).

Query parameters: none.

Header parameters: none specified.

Body: none.

Responses

Was this helpful?