Debbie API Documentation home pagelight logodark logo
  • API Support
  • Developer login
  • Developer login
Using the API
API Reference
  • API Status
  • API Documentation
    • Introduction
    • Authentication
    • Idempotency
    Creditors
    • POST
      Create creditor
    • GET
      Get creditor
    • PATCH
      Patch creditor
    Customers
    • POST
      Create customer
    • GET
      Get customer id
    • GET
      Get customer by reference id
    • POST
      Add case vouchers
    • PATCH
      Patch user on customer
    Cases
    • POST
      Create case
    • GET
      Get case
    • GET
      Get cases
    • PATCH
      Patch case
    Case vouchers
    • POST
      Add case voucher
    • GET
      Get case vouchers
    Billing
    • GET
      Get deposit distribution
    Updates
    • GET
      Get update types
    • POST
      Create update
    • PATCH
      Patch update
    Files
    • POST
      Create file
    • GET
      Get file
    Webhooks
    • HOOK
      Update created
    • HOOK
      Update updated
    • HOOK
      Update deleted
    • HOOK
      Creditor created
    • HOOK
      Creditor updated
    • HOOK
      Case voucher created
    • HOOK
      Case voucher updated
    • HOOK
      Case voucher deleted
    • HOOK
      Payment plan status change
    • HOOK
      Interaction sent
    • HOOK
      Customer created
    • HOOK
      Case status change
    • HOOK
      Case merged
    • HOOK
      Case merge undoed
    • HOOK
      Billing created
    • HOOK
      Payout created
    API Documentation

    Authentication

    Authenticate using bearer token

    Authentication with an API key can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}. The API token can both be issued and revoked directly from the platform. Please go to Settings —> Developers —> API. Name the API token and associate your needed scopes.

    Copy
    Authorization: Bearer {token}
    
    IntroductionIdempotency
    linkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.