Accredible certificates
Accredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.
Tools (36)
Bulk Create Credentials (V2)
Tool to bulk create credentials. Use when batching up to 30 credentials in one call; supports multi-status (207) responses.
Inputs: credentials
Clone Group
Tool to clone an existing group. Use after confirming the source group exists and you need a copy with optional overrides.
Inputs: name, group_id, language, meta_data, attach_pdf, blockchain, signup_url, auto_expiry, course_link, course_name, badge_design_id, signup_url_show, course_link_show, learning_outcomes, primary_design_id, skill_category_id, course_description, certificate_design_id, organization_link_show, allow_duplicate_credentials, generate_private_credential
Create Attribute Key
Tool to create a new custom attribute key. Use when you need to define a new custom attribute for credentials. Requires department ID to associate the attribute with a specific department.
Inputs: kind, name, department_id
Create Collection
Tool to create a new collection. Use when you need a curated set of groups.
Inputs: name, public, description
Create Credential
Tool to create a new credential with optional evidence items and references. Use when issuing credentials to recipients; ensure group exists before creation.
Inputs: name, approve, private, complete, group_id, issued_on, meta_data, expired_on, references, description, recipient_id, credential_id, evidence_items, recipient_name, recipient_email, custom_attributes, recipient_meta_data, recipient_phone_number, allow_supplemental_evidence, allow_supplemental_references
Create Evidence Item
Tool to create a new evidence item for a credential. Use after confirming credential ID.
Inputs: url, file, preview, category, position, description, credential_id, string_object, custom_insight
Create Group
Tool to create a new group. Use after gathering all group details.
Inputs: name, language, meta_data, attach_pdf, blockchain, signup_url, auto_expiry, collections, course_link, course_name, department_id, badge_design_id, signup_url_show, course_link_show, learning_outcomes, primary_design_id, skill_category_id, course_description, certificate_design_id, organization_link_show, allow_duplicate_credentials, generate_private_credential
Create Reference
Tool to create a new reference for a credential. Use when you need to add a reference from someone who can vouch for the credential recipient's skills or achievements.
Inputs: reference, credential_id
Delete Collection
Tool to delete a collection. Use after confirming you want to permanently remove an existing collection. Executes DELETE on /v1/collections/{collection_id} endpoint and returns status code.
Inputs: collection_id
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.
Inputs: credential_id
Delete Evidence Item
Tool to delete an evidence item from a credential. Use after confirming you want to permanently remove a specific evidence item.
Inputs: credential_id, evidence_item_id
Delete Group
Tool to delete a group. Use after confirming no credentials remain and when you need to permanently remove the group.
Inputs: group_id
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'."
Inputs: reference_id, credential_id
Generate PDFs 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]".
Inputs: credential_ids
Get Analytics
Tool to retrieve analytics data for credentials. Use when you need to track credential views, shares, and other events with optional date and group filters.
Inputs: page, end_date, group_id, page_size, start_date, department_id
Get Credential
Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.
Inputs: id
Get Credential Analytics
Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.
Inputs: id
Get Department
Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.
Inputs: department_id
Get Evidence Item
Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.
Inputs: credential_id, evidence_item_id
Get Group
Tool to retrieve a specific group by ID. Use when you need to view details of an existing group.
Inputs: group_id
Get Issuer Details
Tool to retrieve details about the authenticated issuer. Use when you need to view information about the issuer organization.
Get Reference
Tool to view a specific reference by ID. Use when you need to retrieve details of a reference associated with a credential.
Inputs: reference_id, credential_id
Initialize Badge Designer
Tool to initialize the embedded badge designer. Use to create a new badge design or edit an existing one.
Inputs: design_id, department_id
Initialize Certificate Designer
Tool to initialize the embedded certificate designer. Returns a JWT token for embedding the designer in your application. Use when you need to create or edit certificate designs programmatically.
Inputs: design_id, callback_url, department_id
List Templates
Tool to retrieve a list of all templates. Use after authentication to fetch paginated certificate templates.
Inputs: page, per_page
Search Attribute Keys
Tool to search for attribute keys by various criteria. Use when you need to find custom attribute keys by name, department, or type (e.g., "Search for email type attribute keys in department 123").
Inputs: kind, name, page, page_size, department_id
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."
Inputs: meta, sort, query
Search Credentials V2
Tool to search for credentials using the v2 API. This is a faster alternative to the v1 Search API and supports operations on query fields for complex queries. Use when you need to filter credentials by group, recipient, dates, or other attributes with advanced operators (eq, in, lt, gt, lte, gte).
Inputs: page, sort, query
Search Departments
Tool to search for departments by various criteria. Use when you need to find departments by name or retrieve a paginated list of departments.
Inputs: name, page, page_size
Search Designs
Tool to search for designs (certificate/badge templates). Use when you need to filter designs by type, metadata, or paginate through design results.
Inputs: kind, page, meta_data, page_size
Search Groups
Tool to search for groups in Accredible. Use when you need to filter groups by IDs, name, update dates, or metadata and paginate through results.
Inputs: ids, name, page, meta_data, page_size, end_updated_date, start_updated_date
Update Credential
Tool to update an existing credential. Use when you need to modify credential details such as description, dates, recipient information, or custom attributes.
Inputs: name, complete, group_id, issued_on, meta_data, recipient, expired_on, description, credential_id, custom_attributes, allow_supplemental_evidence, allow_supplemental_references
Update Evidence Item
Tool to update an existing evidence item for a credential. Use when you need to modify the details of an evidence item after it has been created.
Inputs: url, file, preview, category, position, description, credential_id, string_object, custom_insight, evidence_item_id
Update Group
Tool to update an existing group. Use when you need to modify group details after fetching its current data.
Inputs: name, group_id, language, meta_data, attach_pdf, blockchain, signup_url, auto_expiry, collections, course_link, course_name, department_id, badge_design_id, signup_url_show, course_link_show, learning_outcomes, primary_design_id, skill_category_id, course_description, certificate_design_id, organization_link_show, allow_duplicate_credentials, generate_private_credential
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.
Inputs: reference, reference_id, credential_id
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).