Skip to main content
POST
/
blife
/
sync
cURL
curl --request POST \
  --url https://api.odin.fun/v1/blife/sync \
  --header 'Authorization: Bearer <token>'
{
  "message": "BLIFE account has not minted an ID"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

message
string
Example:

"BLIFE account has not minted an ID"