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>",
"timezone": "<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::ProviderOnboarding
List provideronboardings
Returns a paginated list of provideronboardings.
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>",
"timezone": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}{
"error": "<string>"
}⌘I