Platforms
List available platforms and their status
curl -X GET "https://api.postpeer.dev/v1/platforms"{
"platforms": [
{
"name": "twitter",
"status": "prod"
}
]
}curl -X GET "https://api.postpeer.dev/v1/platforms"{
"platforms": [
{
"name": "twitter",
"status": "prod"
}
]
}