API Specification

Below we have listed the resources and their API specification that you should implement as part of the Identity & Event framework.

Identity

Derive an identity

GET https://api.thx.network/v1/identity/:salt

Obtain a deterministic Identity for a given salt. (e.g. a wallet address)

Headers

NameTypeDescription

Authorization*

String

Bearer eyJhbGciOiJSUzI1...

"36d33a59-5398-463a-ac98-0f7d9b201648"

Creates an identity

POST https://api.thx.network/v1/identity

Headers

NameTypeDescription

Authorization*

String

Bearer eyJhbGciOiJSUzI1...

"36d33a59-5398-463a-ac98-0f7d9b201648"

Events

Creates an event for an identity

POST https://api.thx.network/v1/events

Headers

NameTypeDescription

Authorization

String

Bearer eyJhbGciOiJSUzI1...

Request Body

NameTypeDescription

identityUuid*

String

36d33a59-5398-463a-ac98-0f7d9b201648

event*

String

level_up

Last updated