Super Drive Contábil
  1. administrator
Super Drive Contábil
  • File
    • change-file
      PATCH
  • auth
    • sign-in
      POST
    • generate-access-token
      POST
  • directory
    • create-directorie
      POST
    • list-all-directories
      GET
    • list-all-subdirectories-from-directory
      GET
    • list-files-in-directories
      GET
    • find-directorie-by-id
      GET
    • move-to-trash
      DELETE
    • restore-directory
      PATCH
    • change-diretorie
      PATCH
    • find-file-by-id
      GET
  • customers
    • change-customer
      PUT
    • create-customer
      POST
    • find-customer-by-id
      GET
    • search-customers-tem
      GET
    • list-all-customers
      GET
  • counter
    • create-counter
      POST
    • list-all-counters
      GET
    • find-counter-by-id
      GET
    • assign-counter-to-a-department
      PATCH
  • department
    • create-department
    • find-department-by-id
    • list-all-departments
    • list-users-in-deparment
  • assistant
    • create-assistant
    • list-all-assistants
    • find-assistant-by-id
    • assign-assistant-to-a-department
  • manager
    • create-manager
    • list-all-managers
    • find-manager-by-id
    • assign-manager-to-a-department
  • administrator
    • create-administrator
      POST
    • list-all-administrators
      GET
    • find-administrator-by-id
      GET
    • assign-administrator-to-a-department
      PATCH
  • contacts
    • create-contact
    • list-all-contacts
    • list-files-by-contact
    • list-contact-files-is-uploaded
    • list-contact-files-in-trash
    • search-by-term-in-contacts
    • list-contact-files-by-external-id
    • send-file-to-trash
    • restore-file-to-trash
    • delete-file-from-contact
  • cloud
    • upload-file-from-cloud
    • upload-file-from-contact
  • plan
    • create plan
    • list-all-plans
    • associate-plan-with-organization
  • users
    • list-all-users
    • search-user-by-term
    • change-user
  • integration
    • list-all-integration
  • Zappy
    • list-sections
    • list-connections
  • automations
    • create-automation
    • create-sharing-automation
    • list-all-automations
    • change-automation
    • create-automation-ia
  • channel
    • connection-channel
    • create-channel
    • disconnect-channel
    • create-connection-channel
    • list-channels
    • change-channel
  1. administrator

list-all-administrators

GET
https://api-hubcontabil.innovtech.solutions/v1/administrators

Request

Query Params
page
integer 
optional
Example:
1
limit
integer 
optional
Example:
10
Header Params
x-access-token
string 
required
Example:
{token}

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-04 17:59:09
Previous
create-administrator
Next
find-administrator-by-id