Skip to main content

Types

  GET https://api.letpay.io/myreports/report/types

This endpoint retrieve Report Type List

This endpoint is used to retrieve the list of report types available to the user

The report type must be passed in the field query to get the tables and fields available for the report type.

Authorization

AUTHORIZATIONAPI Key
KeyX-Auth-Token
ValueMY_ACCESS_TOKEN

Example Request

Example Request

200 - Success
    curl --location -g 'https://api.letpay.io/myreports/report/types' \
--header 'X-Auth-Token: MY_ACCESS_TOKEN' \

Example Response

Header
  Content-Type: application/json
Body
    [
"PAYIN",
"PAYOUT",
"MERCHANT",
"FINANCE",
"PERSON"
]