Presentations
Endpoints for managing presentations
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
401
Unauthorized.
404
Presentation not found
application/json
500
Internal Server Error
application/json
get
GET /api/v1/presentations/{id} HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
{}
Was this helpful?