# List Authorizations V2 Returns metadata about the Management API Key used to call the API. Endpoint: GET /2/auth Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/vnd.api+json): - `included` (array) Example: [{"id":"hcxtm_12345678901234567890123456","type":"teams","attributes":{"name":"My Team","slug":"my-team"}}] - `included.id` (string) The unique identifier of the resource Example: "hcxen_01hznmeqrcq8rz533xrvtc6mk0" - `included.type` (string) Example: "environments" - `included.attributes` (object) Example: {"name":"Production","slug":"production"} - `data` (object, required) - `data.id` (string, required) The unique identifier of the API Key making the request Example: "hcxik_12345678901234567890123456" - `data.relationships` (object) - `data.relationships.team` (object, required) ## Response 401 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string)