Watch Batches
Triggers when a new batch is created.
Watch Recipients
Triggers when a new recipient is created.
Watch Events
Watches for incoming webhook events.
Archive a Batch
Soft-delete the batch.
Create a Batch
Creates a new batch.
Delete a Recipient
Deletes a recipient by id.
Get a Batch
Returns the batch regardless of archive state.
Get a Certificate
Look up a certificate by its human-readable certificateId.
Get a Recipient
Get details of recipient by id.
Issue a Single Certificate
Issues a single certificate.
Queue the Certificate Email
Marks the recipient as queued so the background worker delivers the email.
Unarchive a Batch
Clear the batch's archivedAt timestamp.
List all Batches
Returns a list of all batches.
List all Recipients in a Batch
Returns a list of all recipients in a batch.
Make an API Call
Performs an arbitrary authorized API request.