Base

Retrieve Base techne credential metadata

This endpoint is used to retrieve Base techne credential metadata

get

/v1/techne/base/{index}

Authorizations
Path parameters
indexnumberrequired

The techne index.

Responses
curl -L \
  --url 'https://api.obol.tech//v1/techne/base/{index}' \
  --header 'Authorization: Bearer JWT'
{
  "description": "Obol Techne Bronze Credential",
  "external_url": "https://blog.obol.tech/introducing-the-obol-techne-credential/",
  "image": "https://obol.tech/techne/bronze.png",
  "name": "Obol Techne - Bronze"
}