Actora Logo

API

Simple endpoints for Actora.

The Actora API is easy to use. All requests and responses use JSON.

EndpointDescriptionScope
GET/v1/quests
List all available campaignsquests.read
POST/v1/quests/verify
Execute on-chain proof verificationquests.write
GET/v1/users/:address
Retrieve user XP and reputationusers.read
POST/v1/rewards/claim
Trigger reward distributionrewards.write

Base URL

https://api.actora.xyz/v1

Security

All requests use TLS. Your data is always protected.

Versions

Major changes get a new version (like /v2). Old versions work for 12 months.