...
To access the specific document, consumers must initiate an HTTP POST GET request to the /api/ipn/documents/{:documentId} endpoint. The documentId parameter represents an unique identifier of the document in question. As essential components of the JSON payload within the body of the request, consumers are required to include the bToken (functioning as the broker identifier).
Action name | get document |
---|---|
HTTP path | /api/ipn/documents/{:documentId}
|
HTTP method | POSTGET |
Attributes of the HTTP request
HTTP Request Header | ||||
---|---|---|---|---|
Authorization | string | required | A security token provided from Authentication endpoint. | |
JSON Body | ||||
bToken | X-Broker-Token | string | required | An unique identifier of the broker. |
...
HTTP Request | |||||
| |||||
Successful HTTP Response | |||||
| |||||
Failed HTTP Response | |||||
|
...