...
Attributes of the HTTP response
Success response | |||
---|---|---|---|
JSON array of objects object containing: | |||
status | string | required | A text providing more information on the succesful operation. |
bToken | string | required | An identifier for the new broker. |
Failed response | |||
error | string | required | It contains a reason for the failed request. |
...
As previously stated, to execute Get Broker Token, it is imperative to dispatch a POST HTTP request to the /api/ipn/brokers/token endpoint of the API. Below, instances of potential communication between the API and consumers are provided.
HTTP Request with minimal data for a person | ||
| ||
Successful HTTP Response | ||
| ||
Failed HTTP Response | ||
|