Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
ListPlatforms
List all registered federation platforms with pagination support.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
limitIntegerMaximum number of results to return Maximum number of results to return
Example: 0
offsetIntegerNumber of results to skip for pagination Number of results to skip for pagination
Example: 0
Responses
Endpoint
GET/api/v1/platforms
/api/v1/platforms
Request Example
curl -X GET '{host}/api/v1/platforms' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 42,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
