ApiPlatforms
List available platforms and their status
curl -X GET "https://example.com/v1/platforms"{
"platforms": [
{
"name": "twitter",
"status": "prod"
}
]
}curl -X GET "https://example.com/v1/platforms"{
"platforms": [
{
"name": "twitter",
"status": "prod"
}
]
}