GET
/
v1
/
me
/
purchases
/
guides
/
{guideId}
curl --request GET \
  --url https://metafy.gg/irk/api/v1/me/purchases/guides/{guideId} \
  --header 'Authorization: Bearer <token>'
{
  "guide": {
    "has_access": true
  }
}

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

guideId
string
required

ID of the guide to check access

Response

200
application/json
User has access to this guide
guide
object