For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Managers on Order

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

Method : GET

Success Response

Code : 200 OK

Content examples :

[
    {
        "id": 1879,
        "true_email": "tc@tc.com",
        "is_initial_password": true,
        "initial_password": "HiYDpXoB",
        "first_name": "",
        "last_name": "",
        "phone_number": ""
    },
    ...
]

Last updated

Was this helpful?