# Get a challenge by id (manager) **GET /manager/challenges/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer(int32)) The id of the challenge ## Responses ### 200 Returns the challenge #### Body: application/json (object) - **id** (integer) - **start_date** (string(date-time)) - **end_date** (string(date-time)) - **active** (boolean) - **challengeable_type** (string) - **challengeable** (object) - **points** (integer) - **proportional_points** (boolean) - **titles** (array[object]) - **images** (array[object]) - **descriptions** (array[object]) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found [Powered by Bump.sh](https://bump.sh)