Skip to main content

List Organizations

GET 

/api/v1/organizations

List organizations for the user

Request

Header Parameters

    X-API-KEY stringrequired

    API Key

Responses

OK

Schema

    data

    object[]

  • Array [

  • createdAt string

    createdAt is the creation time of the organization.

    id string

    id is the unique identifier of the organization.

    name string

    name is the name of the organization.

    orgNamespace string

    orgNamespace is the organization namespace.

    owner boolean

    owner is the organization owner.

    slug string

    slug is the organization slug.

  • ]

  • id string
    message string
    status string
Loading...