Skip to main content
GET
/
api
/
v1
/
admin
/
provider_onboarding
Error
A valid request URL is required to generate request examples
{
  "organizations": [
    {
      "id": "<string>",
      "created_at": "<string>",
      "logo_url": "<string>",
      "membership_role": "<string>",
      "name": "<string>",
      "org_category": "<string>",
      "org_type": "<string>",
      "self_represented": true,
      "slug": "<string>",
      "status": "active",
      "timezone": "<string>"
    }
  ],
  "meta": {
    "current_page": 123,
    "per_page": 123,
    "total_pages": 123,
    "total_count": 123,
    "has_next": true,
    "has_prev": true
  }
}

Response

OK

organizations
object[]
required
meta
object
required