1. auth
Super Drive Contábil
  • auth
    • signin
      POST
    • forgot-password
      POST
    • change-password
      PATCH
    • 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-directory
      PATCH
    • delete-directory
      DELETE
    • change-directory
      PATCH
    • delete-directory
      DELETE
  • customers
    • create-customer
      POST
    • find-customer-by-id
      GET
    • list-all-customers
      GET
    • change-customer
      PUT
  • counter
    • create-counter
      POST
    • list-all-counters
      GET
    • find-counter-by-id
      GET
    • assign-counter-to-a-department
      PATCH
  • department
    • create-department
      POST
    • find-department-by-id
      GET
    • list-all-departments
      GET
    • list-users-in-deparment
      GET
    • change-department
      PUT
    • delete-department
      DELETE
  • 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
  • contacts
    • create-contact
    • list-all-contacts
    • list-files-by-contact
    • list-contact-files-by-external-id
    • send-file-to-trash
    • restore-file-to-trash
    • delete-file-from-contact
    • send-many-files-to-trash
    • restore-many-files-to-trash
    • delete-many-files-from-contact
  • cloud
    • upload-file-from-contact
    • upload-file-from-cloud
  • users
    • delete-user
    • list-all-users
    • change-user
  • integration
    • list-all-integration
  • automations
    • create-sharing-automation
    • create-automation
    • create-automation-ia
    • change-automation
    • list-all-automations
  • file
    • share-file
    • find-file-by-id
    • change-file
    • list-all-files
    • delete-file
    • move-file
    • find-file-by-id
  • zappy
    • list-sections
    • list-connections
  • channel
    • disconnect-channel
    • connection-channel
    • create-connection-channel
    • list-channels
  • api-keys
    • create-api-key
    • change-api-key
    • list-all-api-keys
  • Schemas
    • Signin
  1. auth

signin

POST
https://api.superdrivecontabil.com.br/v1/signin

Request

Header Params

Body Params application/json

Example
{
	"email": "[email protected]",
	"password": "Rafael@2026*"
}

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{}
Modified at 2026-04-20 13:46:26
Next
forgot-password