Error
A valid request URL is required to generate request examples{
"organizations": [
{
"id": "<string>",
"created_at": "<string>",
"logo_url": "<string>",
"members_count": 123,
"name": "<string>",
"npi": "<string>",
"org_category": "<string>",
"org_type": "<string>",
"parent_organization": {
"id": "<string>",
"name": "<string>"
},
"providers_count": 123,
"slug": "<string>",
"tax_id": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}{
"error": "<string>"
}Api::V1::Admin::Organization
List organizations
Returns a paginated list of organizations.
GET
/
api
/
v1
/
admin
/
organizations
Error
A valid request URL is required to generate request examples{
"organizations": [
{
"id": "<string>",
"created_at": "<string>",
"logo_url": "<string>",
"members_count": 123,
"name": "<string>",
"npi": "<string>",
"org_category": "<string>",
"org_type": "<string>",
"parent_organization": {
"id": "<string>",
"name": "<string>"
},
"providers_count": 123,
"slug": "<string>",
"tax_id": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}{
"error": "<string>"
}⌘I