Context

Endpoints for managing contexts

Get all JSON-LD context files for a specific wallet

get

This endpoint retrieves all JSON-LD context files for the authenticated wallet.

Authorizations
x-api-keystringRequired
Responses
200

A list of JSON-LD context files for the wallet

application/json
object[]Optional
get
/api/v1/context

Save a JSON-LD context file for a specific wallet

post

This endpoint saves a JSON-LD context file for a specific wallet.

Authorizations
x-api-keystringRequired
Body
context_file_idstringOptional

The filename of the JSON-LD context file to save.

Example: test.json
Responses
200

Context saved successfully

application/json
post
/api/v1/context

Get a JSON-LD context file by ID for a specific wallet

get

This endpoint retrieves a JSON-LD context file by its ID for the authenticated wallet.

Authorizations
x-api-keystringRequired
Path parameters
context_file_idstringRequired

The ID of the JSON-LD context file to retrieve.

Responses
200

JSON-LD context file retrieved successfully

application/json
objectOptional
get
/api/v1/context/{context_file_id}

Get all JSON-LD context files from all wallets

get

This endpoint retrieves all JSON-LD context files from all wallets (static route).

Authorizations
x-api-keystringRequired
Responses
200

A list of all JSON-LD context files

application/json
object[]Optional
get
/context

Last updated

Was this helpful?