Skip to main content

List organizations

GET 

/organizations

This will return a list of all organizations the authenticated identity has access to

Scopes

  • organizations:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Responses

This will return a list of all organizations the authenticated identity has access to

Schema

    organizations

    object[]

    required

  • Array [

  • id string
    name string
    sub_domain string
    infrastructure_domain string
    created_at integer
    activated_at integernullable
    suspended boolean
    managed boolean
  • ]

Loading...