Response Parameters
    • PDF

    Response Parameters

    • PDF

    Article Summary

    Common Response Parameters

    The common response parameters used in Britive APIs are shown in the following table:

    HTTP Status CodeReasonResponse Type
    200OK
    object
    201
    Created

    204
    No Content

    400Bad Request
    401Unauthorized
    403Forbidden
    404Not found

    405
    Method not allowed
    409
    Conflict

    500Internal Server Error


    Common Error Response API Object 

    An example of the common API error response object is given here.

    {
        "status": 400,
        "message": "App id '62hnp3zkv5jx1p8k74zj' does not exist.",
        "errorCode": "A-0003",
        "details": null
    }















    Was this article helpful?