# Get Single Match Sector **GET /sectors/{id}** This API retrieves the Match sector for the specified sector id. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) Sector ID. ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (string) The sector id. - **name** (string) The sector name. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. [Powered by Bump.sh](https://bump.sh)