Credentials

Generate PDF for credentials

This endpoint takes credential_ids and generate pdfs. The endpoint returns zip file of folder having all pdfs requested.

post/v1/credentials/generate_pdf

Request body

{"stackTrail":"paths:/v1/credentials/generate_pdf:post:requestBody:content:application/json:schema:properties:credential_ids","oasType":"schema","type":"unknown","description":"ID's of credentials for which PDF need to be generated."}

Response

OK

filestring

Changes

Changed in 1 of the 30 revisions of this API.11

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added