Techne Credentials

Retrieve Base techne credential metadata

get

This endpoint is used to retrieve Base techne credential metadata

Authorizations
Path parameters
indexnumberRequired

The techne index.

Responses
200Success
application/json
get
GET //v1/techne/base/{index} HTTP/1.1
Host: api.obol.tech
Authorization: Bearer JWT
Accept: */*
{
  "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"
}

Retrieve Bronze techne credential metadata

get

This endpoint is used to retrieve Bronze techne credential metadata

Authorizations
Path parameters
indexnumberRequired

The techne index.

Responses
200Success
application/json
get
GET //v1/techne/bronze/{index} HTTP/1.1
Host: api.obol.tech
Authorization: Bearer JWT
Accept: */*
{
  "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"
}

Retrieve Silver techne credential metadata

get

This endpoint is used to retrieve Silver techne credential metadata

Authorizations
Path parameters
indexnumberRequired

The techne index.

Responses
200Success
application/json
get
GET //v1/techne/silver/{index} HTTP/1.1
Host: api.obol.tech
Authorization: Bearer JWT
Accept: */*
{
  "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"
}

Retrieve Gold techne credential metadata

get

This endpoint is used to retrieve Gold techne credential metadata

Authorizations
Path parameters
indexnumberRequired

The techne index.

Responses
200Success
application/json
get
GET //v1/techne/gold/{index} HTTP/1.1
Host: api.obol.tech
Authorization: Bearer JWT
Accept: */*
{
  "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"
}

Last updated

Was this helpful?