Points API
Issue points for any off-chain action
Before issuing points for an event, you must first register the event. This is a one-time process for each unique event. You can do this through the “API” sidebar at app.absinthe.network.
Absinthe’s off-chain points API allows any project the freedom to issue, query, update, and delete points for any off-chain action.
You can test-drive the API in our interactive graphql playground here.
You will need an API key to set in an authorization header. If you don’t have one yet, you can create your own via your season in the app.absinthe.network dashboard.
Setting The Authorization Header
Before being able to introspect the schema through our interactive graphql playground or through a direct call, you will need to set the API key as an authorization header via this format:
Endpoint URL
FAQ
Parameters
The client_season
and added_by
fields are visible via the gql queries but cannot be manually modified through
mutations. The client_season
field represents the name of your campaign and is used to organize and categorize point issuances.