# Get an ambassador (widget) **GET /widget/ambassadors/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Headers - **X-Popsell-Domain** (string) The domain of the user ### Path parameters - **id** (integer) The ambassador id ## Responses ### 200 Returns the ambassador #### Body: application/json (object) - **id_ambassador** (integer(int32)) - **image** (string(nullable)) - **full_name** (string) - **username** (string(nullable)) - **description** (string) - **status** (integer(int32)) - **availability** (string(nullable)) - **unavailable** (boolean) - **is_absent** (boolean) - **absent_msg** (string(nullable)) - **fb_account** (string(nullable)) - **twitter_account** (string(nullable)) - **instagram_account** (string(nullable)) - **linkedIn_account** (string(nullable)) - **youtube_account** (string(nullable)) - **tiktok_account** (string(nullable)) - **online** (boolean) true: when last_action_date is less than 5 minutes ago - **last_action_date** (string) - **active** (number) - **address_geocode** (object) ### 404 Not found - The ambassador does not exist [Powered by Bump.sh](https://bump.sh)