Challenges can not be accessed by user contexts that are not associated with any scope.
Challenge API object
Challenge object represents a single challenge data:
Challenge CTA
The list of available CTAs can differ depending on the challenge status.Retrieve a challenge from API
To retrieve a single challenge data, execute thegetChallenge query.
The query has one incoming argument - challengeId and returns a Challenge object if
the current API user have an access to view the requested entity.
Related Features
Authentication
Understand the authentication requirements and how to properly authenticate your requests.