Routes
Method Route Description Transactions Sample Payload
[[ route.method.description ]] [[ route.route ]] [[ route.description ]] View
[[ selectedRoute.action ]]
close
[[ selectedRoute.payload ]]

Usage

Authentication

The API uses basic authentication*. All requests should contain a header field of the form of Authorization: Basic <credentials>, where credentials is the base64 encoding of id and password joined by a colon.

Responses

Responses will have three keys:
  1. status - The status of the response. "success" or "error"
  2. data - The data response or null when the status is "error"
  3. message - The error message or null when the status is "success"
Success Response
[[ successResponse ]]

Error Response
[[ errorResponse ]]
*Due to the credentials being passed on to Pace for authentication, when accessed from the browser, you will not be prompted to login.