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 [

  • id stringrequired

    Organization ID

    name string

    Name of the organization

    active boolean

    If set to false, the organization is deactivated

  • ]

Loading...