GET
/
v1
/
organizations
curl --request GET \
  --url https://api.codegen.com/v1/organizations
{
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "settings": {
        "enable_pr_creation": true,
        "enable_rules_detection": true
      }
    }
  ],
  "total": 123,
  "page": 123,
  "size": 123,
  "pages": 123
}

Headers

authorization
any

Query Parameters

skip
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 100

Response

200
application/json
Successful Response

The response is of type object.