# Get an ambassador (platform) **GET /platform/ambassadors/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The ambassador id ## Responses ### 200 Returns the ambassador #### Body: application/json (object) - **id_ambassador** (integer(int32)) - **id_brand** (integer(int32)) - **date_insert** (string) - **customer_id** (string) - **image** (string) - **gender** (string) - **firstname** (string) - **lastname** (string) - **username** (string) - **full_name** (string) - **gamification_score** (integer(int32)) - **active** (integer(int32)) - **status** (integer(int32)) - **online** (boolean) true: when last_action_date is less than 5 minutes ago ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The ambassador does not exist [Powered by Bump.sh](https://bump.sh)