get https://api.accelevents.com/rest/superadmin/organizations
This API is used to get all organization lists data organizationName, organizationUrl, and many more. This API can be accessed by super admin only.
We need to pass the authentication key to authenticate the super admin. We are also using pagination and searching functionality to get records. it returns the white label URL lists and recordsTotal, recordsFiltered.
Here is the description of response attributes, which returns to the form of JSON array.
Attribute | Description |
---|---|
billingType | This contains billing types like Paid, Comp. |
organizationId | This contains the organization id which is unique. |
organizationName | This contains the organization name. |
ownerList | organizationId : it contains the organization id which is unique firstName: it contains the first name of the user. lastName: it contains the last name of the user. email: it contains the email address of the user. |
organizationUrl | This contains the organization URL which is unique. |
recordsTotal | This contains a total count of white label URL. |
recordsFiltered | This contains filtered records count of white label URL. |
data | This contains each white label URLs details. |