v1
latestOpenAPI 3.1.02026-07-2663312285.4 KBPlatforms
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
Example response
{
"content": [
{
"id": "PLATFORMID123456",
"pspId": "psp_abcdefghijklmno123456",
"externalPlatformReference": "ENTITY1234567890",
"legalEntityName": "Example LLC"
}
]
}