Presentations

Endpoints for managing presentations

Get all presentations

get

This endpoint retrieves all presentations.

Authorizations
Responses
200
A list of presentations
application/json
get
GET /api/v1/presentations HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
[]

Get a presentation by ID

get

This endpoint retrieves a presentation by its exchange id.

Authorizations
Path parameters
idstringRequired

The presentation exchange id of the presentation to retrieve.

Responses
200
Presentation record retrieved successfully
application/json
get
GET /api/v1/presentations/{id} HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
{}

Was this helpful?