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
get
/v1/community/resource-types/{resourceTypeId}

List community resource types

get
Path parameters
communityIdstringRequired
Query parameters
pagenumberOptional
limitnumberOptional
Responses
get
/v1/community/{communityId}/resource-types

Last updated