Certifier

Learn how to use Certifier with Composio

Overview

Enum

CERTIFIER

Description

Certifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials.

Authentication Details

access_token
stringRequired

Actions

Tool to create, issue, and send a credential in a single request. use when group id and recipient details are ready.

Action Parameters

customAttributes
object
expiryDate
groupId
stringRequired
issueDate
recipient
objectRequired

Action Response

data
object
error
string
successful
boolean
Tool to send a published credential via email. use after confirming the credential is published.

Action Parameters

deliveryMethod
stringRequired
id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list credentials. use after authentication to retrieve paginated credentials.

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list credential interactions. use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination.

Action Parameters

credentialId
string
cursor
string
limit
integerDefaults to 20

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list all designs. use after authentication to retrieve certificate and badge designs with pagination.

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list all groups. use when you need to retrieve groups with pagination (limit and cursor).

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
array
error
string
pagination
object
successful
boolean