Skip to main content

List all organizations

GET 

/v1/providers/:provider_id/orgs

List all organizations

Request

Path Parameters

    provider_id stringrequired

    Provider ID

Query Parameters

    include_inactive boolean

    If set to true, includes inactive organizations in the response

Responses

OK

Schema

    data

    object[]

    required

  • Array [

  • idstringrequired

    Organization ID

    namestring

    Name of the organization

    activeboolean

    If set to false, the organization is deactivated

  • ]