Last updated 1 month ago
This endpoint is used to retrieve Base techne credential metadata
The techne index.
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" }
This endpoint is used to retrieve Bronze techne credential metadata
curl -L \ --url 'https://api.obol.tech//v1/techne/bronze/{index}' \ --header 'Authorization: Bearer JWT'
This endpoint is used to retrieve Silver techne credential metadata
curl -L \ --url 'https://api.obol.tech//v1/techne/silver/{index}' \ --header 'Authorization: Bearer JWT'
This endpoint is used to retrieve Gold techne credential metadata
curl -L \ --url 'https://api.obol.tech//v1/techne/gold/{index}' \ --header 'Authorization: Bearer JWT'