v1

latestOpenAPI 3.0.32026-07-2484569553.1 KB
Meta

Connection metadata

Data about the access token and account connection.

get/me

Headers

X-Client-Correlation-Idstring

Client-specified ID used to debug requests

X-PSU-IPstring

IP address of the end user requesting data. Necessary to overcome 4 calls per day rate limits

Response

OK

status'Succeeded' | 'Queued' | 'Running' | 'Failed'

Indicates whether the request was successful. 'Queued', 'Running' and 'Failed' can be returned for async requests

Example response

{
  "status": "Succeeded"
}