Accredible Certificates

Learn how to use Accredible Certificates with Composio

Overview

SLUG

ACCREDIBLE_CERTIFICATES

Description

Accredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: ACCREDIBLE_CERTIFICATES_BULK_CREATE_CREDENTIALS_V2

Tool to bulk create credentials. use when batching up to 30 credentials in one call; supports multi-status (207) responses.

Action Parameters

credentials
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_CLONE_GROUP

Tool to clone an existing group. use after confirming the source group exists and you need a copy with optional overrides.

Action Parameters

allow_duplicate_credentials
boolean
attach_pdf
boolean
auto_expiry
integer
badge_design_id
integer
blockchain
boolean
certificate_design_id
integer
course_description
string
course_link
course_link_show
boolean
course_name
string
generate_private_credential
boolean
group_id
integerRequired
language
string
learning_outcomes
array
meta_data
object
name
string
organization_link_show
boolean
primary_design_id
integer
signup_url
signup_url_show
boolean
skill_category_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_CREATE_COLLECTION

Tool to create a new collection. use when you need a curated set of groups.

Action Parameters

description
string
name
stringRequired
public
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_CREATE_EVIDENCE_ITEM

Tool to create a new evidence item for a credential. use after confirming credential id.

Action Parameters

category
stringRequired
credential_id
stringRequired
custom_insight
string
description
stringRequired
file
position
integer
preview
string_object
string
url

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_CREATE_GROUP

Tool to create a new group. use after gathering all group details.

Action Parameters

allow_duplicate_credentials
boolean
attach_pdf
boolean
auto_expiry
integer
badge_design_id
integer
blockchain
boolean
certificate_design_id
integer
collections
array
course_description
stringRequired
course_link
course_link_show
boolean
course_name
stringRequired
department_id
integer
generate_private_credential
boolean
language
stringDefaults to en
learning_outcomes
array
meta_data
object
name
stringRequired
organization_link_show
boolean
primary_design_id
integer
signup_url
signup_url_show
boolean
skill_category_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_DELETE_CREDENTIAL

Tool to delete a credential. use after confirming you want to permanently remove an existing credential. executes delete on /credentials/{credential id} endpoint and returns status code.

Action Parameters

credential_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_DELETE_GROUP

Tool to delete a group. use after confirming no credentials remain and when you need to permanently remove the group.

Action Parameters

group_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_DELETE_REFERENCE

Tool to delete a specific reference by id. use after confirming both credential id and reference id. example: "delete reference 1234 from credential 'abc123'."

Action Parameters

credential_id
stringRequired
reference_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_GENERATE_PD_FS_FOR_CREDENTIALS

Tool to generate pdfs for multiple credentials. use when you need to batch-download a zip archive of certificate pdfs for a list of published credential ids. example: "generate pdfs for credentials [10000005, 10272642]".

Action Parameters

credential_ids
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_LIST_TEMPLATES

Tool to retrieve a list of all templates. use after authentication to fetch paginated certificate templates.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 50

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_SEARCH_COLLECTIONS

Tool to search for collections. use when you need to filter collections by ids, name, or public flag and paginate through results. e.g., "search for public collections named 'abc' on page 2."

Action Parameters

meta
object
query
objectRequired
sort
object

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_UPDATE_GROUP

Tool to update an existing group. use when you need to modify group details after fetching its current data.

Action Parameters

allow_duplicate_credentials
boolean
attach_pdf
boolean
auto_expiry
integer
badge_design_id
integer
blockchain
boolean
certificate_design_id
integer
collections
array
course_description
string
course_link
course_link_show
boolean
course_name
string
department_id
integer
generate_private_credential
boolean
group_id
integerRequired
language
string
learning_outcomes
array
meta_data
object
name
string
organization_link_show
boolean
primary_design_id
integer
signup_url
signup_url_show
boolean
skill_category_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_UPDATE_REFERENCE

Tool to update a reference by id. use when you need to modify a reference's details for a credential. use after retrieving the reference id to change comments or relationship.

Action Parameters

credential_id
stringRequired
reference
objectRequired
reference_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ACCREDIBLE_CERTIFICATES_VIEW_ALL_SKILL_CATEGORIES

Tool to retrieve all skill categories. use when you need to list all available skill categories (e.g., to link them to groups).

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired