communities:manage OAuth scope.curl --location --request GET 'https://api.challonge.com/v2.1/communities.json' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'Authorization: <api-key>'{
"id": "101",
"type": "Community",
"attributes": {
"permalink": "nerdfest",
"subdomain": "nerdfest",
"identifier": "nerdfest",
"name": "Nerdfest PH",
"description": "Everyone should go to Nerdfest. Thank you.",
"timestamps": {
"created_at": "2023-04-21T14:29:06.374Z",
"updated_at": "2023-04-21T14:31:45.981Z"
}
}
}