List Managers on Order

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

Method : GET

Success Response

Code : 200 OK

Content examples :

[
    {
        "id": 1879,
        "true_email": "[email protected]",
        "is_initial_password": true,
        "initial_password": "HiYDpXoB",
        "first_name": "",
        "last_name": "",
        "phone_number": ""
    },
    ...
]

Last updated

Was this helpful?