# Get a custom option by ID **GET /options/{id}** Retrieve a custom option by its ID. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (integer) ## Responses ### 200 Custom option details #### Body: application/json (object) - **id** (integer) - **optionTypeID** (integer) - **value** (string) - **description** (string) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ### 404 Custom option not found ### 500 Error occurred while retrieving the custom option [Powered by Bump.sh](https://bump.sh)