# Get Match Security Profiles **GET /security-profiles** This API retrieves all Match security profiles. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (string) The security profile id. - **name** (string) The security profile 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)