Jump to Content
eDRV
HomeDocumentationAPI ReferenceRelease Notes
PricingLogineDRV
PricingLogin
HomeDocumentationAPI ReferenceRelease Notes

Getting Started

  • API Introduction
    • New Features in API v1.1
  • Development Quick Start
    • Get Chargestation Credentials
    • Connect a Chargestation
    • Send a Test Command
  • Authentication
    • Token Request
    • Authenticating API Requests

Developer Info

  • Tutorials and Guides
    • Start Charging
    • Charging with Session Targets
    • Setting Prices for Charging
    • Show Charging Metrics in Real Time
    • Stop Charging
    • Search for Chargestations
    • Charging Intelligence
    • Real Time Session Power Management
    • OCPP Chargestation Simulator
    • Session Energy Report
    • Chargestation Logs
    • Update Firmware
  • Webhooks
    • List Of Webhook Events
  • Data Hierarchy
    • Sessions
    • Users
    • Location
    • Chargestation
    • Connector
    • Rates
  • Resources and Reference
    • HTTP Response Codes
    • Using Pagination
    • Rate Limits

Support

  • Getting Help
Powered by 

HTTP Response Codes

Suggest Edits

Types of successful HTTP response codes

  • 200 - API request successes
  • 201 - API request has been fulfilled and created a new desired resource

Types of error HTTP response codes

  • 400 - Bad request
  • 401 - Unauthorized
  • 403 - Forbidden
  • 404 - Not found
  • 405 - Method not allowed
  • 406 - Not Acceptable
  • 408 - Request timeout
  • 422 - Unprocessable Entity
  • 429 - Too Many Requests
  • 500 - Internal Server Error

Updated 7 months ago


  • Table of Contents
    • Types of successful HTTP response codes
    • Types of error HTTP response codes