v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Platforms

List Platforms

List Platforms if the Organization is set up with Platforms in their model. Ordering is by creation date.

get/v1/platforms

Query parameters

limitinteger

The maximum number of items to return in this page

pageinteger

The page number to return. 1-indexed

Response

List of platforms

pageinteger required

The current page number

limitinteger required

The size of the page (matches limit request parameter)

nextPageinteger required

The next page number

previousPageinteger required

The previous page number

Example response

{
  "content": [
    {
      "id": "PLATFORMID123456",
      "pspId": "psp_abcdefghijklmno123456",
      "externalPlatformReference": "ENTITY1234567890",
      "legalEntityName": "Example LLC"
    }
  ]
}