You are viewing the docs for an old API version (v2) → View v2.01

The API Response object

Parameters

StatusCode
string

string:

Maximum length is 255 characters

The status code of the API response

ContentLength
string

string:

Maximum length is 255 characters

The content length of the API response

ContentType
string

string:

Maximum length is 255 characters

The content type of the API response

Date
LongDate

LongDate

The long format date when the API request was received

Resource
Resource

Resource:

An API resource object

View Sub-parameters

An API resource

RequestURL
string

string:

Maximum length is 255 characters

The URL of the API request

{
"StatusCode": "200",
"ContentLength": "471",
"ContentType": "application/json; charset=utf-8",
"Date": "Wed, 13 Jan 2016 22:25:56 GMT",
"Resource": {
},
"RequestURL": "http://api.mangopay.com/v2.01/yourclientid/users/natural/"
}

View an API Response

GET .../v2/ClientId

The ID of your client account

/responses/IdempotencyKey

A key generated on the client side

/
  • View
  • Code
    Code samples are only available for the latest API version
  • Run
  • View
  • Code
    Code samples are only available for the latest API version
  • Run
GET .../responses/:IdempotencyKey/ HTTP/1.1
GET .../responses// HTTP/1.1
Share feedback