# Add a challenge history to an ambassador (manager) **POST /manager/ambassadors/{id}/challenge-histories** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) The ambassador id ### Body: application/json (object) - **points** (number) - **score** (number) - **message** (string) - **challenge_id** (number) The ID of the challenge being completed. ## Responses ### 200 success #### Body: application/json (object) - **id** (integer) - **ambassador** (object) - **challenge** (object) - **message** (string) - **score** (number) - **points** (number) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 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 ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)