Credentials
Generate PDF for a single credential
This endpoint takes id of published credential and generate pdf. The endpoint returns link to PDF requested.
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
Changes
Changed in 1 of the 30 revisions of this API.11
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ●