Integrate
Integrate v2
Integrate v2
  • Getting Started
    • 🤝Authorisation & Activation
    • 🔗API v2 URL
    • 🔢Versioning
    • 🔐Authentication
    • 🟰Additional Headers
    • 🆗Response Status Codes
    • 🛑Rate Limiting
    • ⁉️Errors and Bad Requests
    • 📖Pagination
    • ⏭️Upgrading to v2
  • Reference
    • Settings
      • Client Integrations
        • Get Client Integrations
        • Change Client Integration State
    • Finance+
      • Debt Management
        • Debtor Notes
          • Get Communication Type(s)
          • Get Note Type(s)
          • Get Note(s)
          • Create Note
          • Update Note
          • Delete Note
          • Get Promise To Pay Record(s)
          • Delete Promise To Pay
        • Age Analysis Report
        • Financial Transactions Report
        • Get Schools
        • Get Accountable Person(s)
        • Get Learner(s)
        • Get Transaction Type(s)
        • Get Transaction Category(s)
Powered by GitBook
On this page
  1. Getting Started

Response Status Codes

d6 Integrate uses status codes that adhere to the HTTP/1.1 standard (RFC 7231):

Code
Name
Description

200

OK

The request was successful.

400

Bad Request

The request was invalid. Normally due to missing or malformed parameters.

401

Unauthorized

The server understood the request, but is refusing it.

403

Forbidden

The server understood the request, but access is not allowed.

404

Not Found

The resource was not found.

429

Too Many Requests

Rate limits have been reached, please slow down your requests.

500

Internal Server Error

Internal server error which has been logged and being attended to. Please try again later.

501

Not Implemented

The server does not support the functionality required to fulfill the request.

503

Service Unavailable

The server is currently unable to handle the request due to a temporary overload or scheduled maintenance

PreviousAdditional HeadersNextRate Limiting
🆗