Presentations

Send a Presentation

post

This endpoint sends a presentation to a user based on their profileId

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
profileIdstringRequired
Body
presentationany ofRequired
or
Responses
200

Successful response

application/json
Responsestring
post
/presentation/send/{profileId}

Accept a Presentation

post

This endpoint accepts a presentation

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
uristringRequired
Responses
200

Successful response

application/json
Responseboolean
post
/presentation/accept

Get received presentations

get

This endpoint returns the current user's received presentations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
fromstringOptional
Responses
200

Successful response

application/json
get
/presentation/received

Get sent presentations

get

This endpoint returns the current user's sent presentations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
tostringOptional
Responses
200

Successful response

application/json
get
/presentation/sent

Get incoming presentations

get

This endpoint returns the current user's incoming presentations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
fromstringOptional
Responses
200

Successful response

application/json
get
/presentation/incoming

Delete a presentation

delete

This endpoint deletes a presentation

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
uristringRequired
Responses
200

Successful response

application/json
Responseboolean
delete
/presentation

Last updated

Was this helpful?