Resources

The Resources API provides a comprehensive set of endpoints to interact with a communities XP system.

Resources are split into two parts

globalserving as your core XP to be distributed to users as a means to climb the community leaderbaord.

scopedserving as an isolated, disposable, resource to be used in Quest Events

Get resource type

get
Path parameters
resourceTypeIdstringRequired
Responses
400
Generic Client Error
application/json
get
GET /v1/community/resource-types/{resourceTypeId} HTTP/1.1
Host: 
Accept: */*
{
  "code": 10002,
  "message": "generic_client_error"
}

List community resource types

get
Path parameters
communityIdstringRequired
Query parameters
pagenumberOptional
limitnumberOptional
Responses
400
Generic Client Error
application/json
get
GET /v1/community/{communityId}/resource-types HTTP/1.1
Host: 
Accept: */*
{
  "code": 10002,
  "message": "generic_client_error"
}

Last updated