v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
API and Webhooks

List all API applications

This endpoint returns a list of API applications created under your Fire account. You will need to enable PERM_BUSINESS_GET_APPS to use this endpoint.

get/v1/apps

Response

Successful response

Example response

{
  "applications": [
    {
      "applicationId": 2404,
      "name": "Account Information Test",
      "clientId": "G0919C06D23D-362A-H5D3-E76D8687D6AE",
      "refreshToken": "9C332CF3-1687-4548-8E0E-55E4F0599800",
      "numberOfApprovalsRequired": 1,
      "numberOfPaymentApprovalsRequired": 1,
      "numberOfPayeeApprovalsRequired": 1
    }
  ]
}