Credentials

Generate PDF for a single credential

This endpoint takes id of published credential and generate pdf. The endpoint returns link to PDF requested.

Generate a PDF of a Credential - Video Walkthrough

post/v1/credentials/generate_single_pdf/{id}

Path parameters

idstring required

ID of the Credential in the form of an integer or string for the particular Credential requested.

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