MATTR VII PlatformEcosystems
Retrieve all ecosystems
Retrieves a list of ecosystems.
Analytics Events
ECOSYSTEM_RETRIEVE_LIST_STARTECOSYSTEM_RETRIEVE_LIST_SUCCESSECOSYSTEM_RETRIEVE_LIST_FAIL
Roles
admindts-provider
GET
/v1/ecosystems
AuthorizationBearer <token>
In: header
Query Parameters
limit?number
Range size of returned list.
Default
100
Range
1 <= value <= 1000
cursor?string
Starting point for the list of entries.
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v1/ecosystems?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
"data": [
{
"id": "87880d7e-a4d0-462e-8383-3f1e5e16865d",
"name": "My Ecosystem",
"integrations": [
{
"format": "MATTR",
"url": "https://example.vii.au01.mattr.global/v1/ecosystems/489755c9-1d74-4f59-a127-db7105667bfe/policy",
"enabled": true,
"integrationResult": {
"success": true,
"lastSyncedAt": "2024-09-10T02:28:36.550Z",
"lastModifiedAt": "2024-08-10T02:28:36.550Z",
"failReasons": [
{
"type": "UnknownVerificationError",
"message": "Unknown verification error occurred"
}
]
}
}
]
}
],
"nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?