Techne Credentials
This endpoint is used to retrieve Base techne credential metadata
Authorizations
Path parameters
indexnumberRequired
The techne index.
Responses
200Success
application/json
500
An unknown error occurred
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"
}
This endpoint is used to retrieve Bronze techne credential metadata
Authorizations
Path parameters
indexnumberRequired
The techne index.
Responses
200Success
application/json
500
An unknown error occurred
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"
}
This endpoint is used to retrieve Silver techne credential metadata
Authorizations
Path parameters
indexnumberRequired
The techne index.
Responses
200Success
application/json
500
An unknown error occurred
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"
}
This endpoint is used to retrieve Gold techne credential metadata
Authorizations
Path parameters
indexnumberRequired
The techne index.
Responses
200Success
application/json
500
An unknown error occurred
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?