GET /manager/ambassadors/{id}

Path parameters

  • id integer Required

    The ambassador id

Responses

  • 200 application/json

    Returns the ambassador

  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found - The ambassador does not exist

GET /manager/ambassadors/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/ambassadors/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"