GET
/
v1
/
me
/
purchases
/
communities
/
{communityId}
curl --request GET \
  --url https://metafy.gg/irk/api/v1/me/purchases/communities/{communityId} \
  --header 'Authorization: Bearer <token>'
{
  "community": {
    "has_access": true,
    "tier_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the authorization code flow.

You must pass in your client_id to the Authorization header using Bearer.

Path Parameters

communityId
string
required

ID of the community to check subscription

Response

200
application/json
User is subscribed to this community
community
object