All integrations

Accredible

BUSINESS · PEOPLE

Certificates, badges, groups, and designs issued from the account they connected.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

accredible_delete_v1_collections_by_collection_idWRITE

Delete a Collection via DELETE /v1/collections/{collection_id}.

api
accredible_delete_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idWRITE

Delete an Evidence Item via DELETE /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.

api
accredible_delete_v1_credentials_by_credential_id_references_by_reference_idWRITE

Delete a Reference via DELETE /v1/credentials/{credential_id}/references/{reference_id}.

api
accredible_delete_v1_credentials_by_idWRITE

Delete a Credential via DELETE /v1/credentials/{id}.

api
accredible_delete_v1_departments_by_department_idWRITE

Delete a Department via DELETE /v1/departments/{department_id}.

api
accredible_delete_v1_designs_by_design_idWRITE

Delete a Design via DELETE /v1/designs/{design_id}.

api
accredible_delete_v1_issuer_groups_by_group_idWRITE

Delete a Group via DELETE /v1/issuer/groups/{group_id}.

api
accredible_delete_v1_team_members_by_idWRITE

Delete a Team Member via DELETE /v1/team_members/{id}. Removes a person's dashboard access.

api
accredible_get_v1_all_credentialsREAD

View many Credentials via GET /v1/all_credentials. Deprecated by Accredible; prefer Search for Credentials (v2).

api
accredible_get_v1_analyticsREAD

Index Analytics via GET /v1/analytics.

api
accredible_get_v1_credentials_blockchain_data_by_idREAD

Verify BlockChain Credential (v1) via GET /v1/credentials/blockchain_data/{id}. Public credentials answer without an API key (measured); pass `key` for a private one.

api
accredible_get_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idREAD

View an Evidence Item via GET /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.

api
accredible_get_v1_credentials_by_credential_id_references_by_reference_idREAD

View a Reference via GET /v1/credentials/{credential_id}/references/{reference_id}.

api
accredible_get_v1_credentials_by_idREAD

View a Credential via GET /v1/credentials/{id}.

api
accredible_get_v1_data_exportsREAD

View All Data Exports via GET /v1/data_exports.

api
accredible_get_v1_data_exports_by_idREAD

View a Data Export via GET /v1/data_exports/{id}.

api
accredible_get_v1_departments_by_department_idREAD

View a Department via GET /v1/departments/{department_id}.

api
accredible_get_v1_designsREAD

View all Designs via GET /v1/designs. Deprecated by Accredible; prefer Search for Designs.

api
accredible_get_v1_designs_by_design_idREAD

View a Design via GET /v1/designs/{design_id}.

api
accredible_get_v1_issuer_all_groupsREAD

View all Groups via GET /v1/issuer/all_groups. Deprecated by Accredible; prefer Search for Groups.

api
accredible_get_v1_issuer_credential_redirectREAD

Redirect to the Credential via GET /v1/issuer/credential_redirect. Accredible answers with a redirect to the credential page; this tool returns the redirect status and Location instead of following it.

api
accredible_get_v1_issuer_detailsREAD

View an Issuer via GET /v1/issuer/details.

api
accredible_get_v1_issuer_groups_by_group_idREAD

View a Group via GET /v1/issuer/groups/{group_id}.

api
accredible_get_v1_skill_categoriesREAD

View all Skill Categories via GET /v1/skill_categories.

api
accredible_get_v1_skill_frameworksREAD

View all Skill Frameworks via GET /v1/skill_frameworks. Plan-gated: answers 403 plan_not_entitled without skills frameworks.

api
accredible_get_v1_skill_frameworks_by_skill_framework_id_versions_by_version_id_skillsREAD

Search Skills in a Framework Version via GET /v1/skill_frameworks/{skill_framework_id}/versions/{version_id}/skills. Plan-gated: answers 403 plan_not_entitled without skills frameworks.

api
accredible_get_v1_team_members_by_idREAD

View a Team Member via GET /v1/team_members/{id}.

api
accredible_get_v2_credentials_by_id_blockchain_dataREAD

Verify BlockChain Credential (v2) via GET /v2/credentials/{id}/blockchain_data. Response shape differs for Bitcoin and Ethereum. Public credentials answer without an API key (measured); pass `key` for a private one.

api
accredible_post_v1_attribute_keysWRITE

Create a New Custom Attribute Key via POST /v1/attribute_keys.

api
accredible_post_v1_attribute_keys_searchWRITE

Search for Attribute Keys via POST /v1/attribute_keys/search.

api
accredible_post_v1_collectionsWRITE

Create a Collection via POST /v1/collections.

api
accredible_post_v1_collections_searchWRITE

Search for Collections via POST /v1/collections/search.

api
accredible_post_v1_credentialsWRITE

Create a New Credential via POST /v1/credentials. Needs an existing Group. Without enough credits the Credential is created but not published.

api
accredible_post_v1_credentials_analytics_by_idWRITE

View Credential Analytics via POST /v1/credentials/analytics/{id}.

api
accredible_post_v1_credentials_bulk_createWRITE

Bulk Create credentials (v1) via POST /v1/credentials/bulk_create. Up to 100 credentials per request. Without enough credits they are created but not published.

api
accredible_post_v1_credentials_by_credential_id_evidence_itemsWRITE

Create a New Evidence Item via POST /v1/credentials/{credential_id}/evidence_items.

api
accredible_post_v1_credentials_by_credential_id_referencesWRITE

Create a New Reference via POST /v1/credentials/{credential_id}/references.

api
accredible_post_v1_credentials_generate_pdfWRITE

Generate PDF for credentials via POST /v1/credentials/generate_pdf. Returns a link to a zip of the PDFs.

api
accredible_post_v1_credentials_generate_single_pdf_by_idWRITE

Generate PDF for a single credential via POST /v1/credentials/generate_single_pdf/{id}. Returns a link to the PDF.

api
accredible_post_v1_credentials_searchWRITE

Search for Credentials (v1) via POST /v1/credentials/search. Deprecated by Accredible; prefer v2. Strictly limited to 100 requests per 60 seconds per IP address.

api
accredible_post_v1_data_exportsWRITE

Create New Data Export via POST /v1/data_exports.

api
accredible_post_v1_departmentsWRITE

Create a New Department via POST /v1/departments. Needs Departments enabled on the account.

api
accredible_post_v1_departments_searchWRITE

Search for Departments via POST /v1/departments/search.

api
accredible_post_v1_designers_badge_initializeWRITE

Initialize Embedded Badge Designer via POST /v1/designers/badge/initialize.

api
accredible_post_v1_designers_certificate_initializeWRITE

Initialize Embedded Certificate Designer via POST /v1/designers/certificate/initialize.

api
accredible_post_v1_designsWRITE

Create a Design via POST /v1/designs.

api
accredible_post_v1_designs_by_design_id_copyWRITE

Copy a Design via POST /v1/designs/{design_id}/copy.

api
accredible_post_v1_designs_by_design_id_previewWRITE

Preview a Design via POST /v1/designs/{design_id}/preview.

api
accredible_post_v1_designs_searchWRITE

Search for Designs via POST /v1/designs/search.

api
accredible_post_v1_issuer_groupsWRITE

Create a Group via POST /v1/issuer/groups.

api
accredible_post_v1_issuer_groups_by_group_id_cloneWRITE

Clone a Group via POST /v1/issuer/groups/{group_id}/clone. Body attributes override the cloned values; the clone keeps the original's skills framework.

api
accredible_post_v1_issuer_groups_searchWRITE

Search for Groups via POST /v1/issuer/groups/search.

api
accredible_post_v1_sso_generate_linkWRITE

Generate SSO Link via POST /v1/sso/generate_link. The link signs the recipient in to their credential and expires after one use.

api
accredible_post_v1_team_membersWRITE

Create a Team Member via POST /v1/team_members. Grants a person access to the Accredible dashboard.

api
accredible_post_v2_credentials_bulk_createWRITE

Bulk Create Credentials (v2) via POST /v2/credentials/bulk_create. Up to 30 credentials per request; partial success answers 207 Multi-Status. Without enough credits they are created but not published.

api
accredible_post_v2_credentials_searchWRITE

Search for Credentials (v2) via POST /v2/credentials/search. Filters take operators in the key: {"group.id[in]": [1, 2]}, {"issued_on[gt]": "2023-01-01"}. Results omit `skills`.

api
accredible_put_v1_collections_by_collection_idWRITE

Update a Collection via PUT /v1/collections/{collection_id}.

api
accredible_put_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idWRITE

Update an Evidence Item via PUT /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.

api
accredible_put_v1_credentials_by_credential_id_references_by_reference_idWRITE

Update a Reference via PUT /v1/credentials/{credential_id}/references/{reference_id}.

api
accredible_put_v1_credentials_by_idWRITE

Update a Credential via PUT /v1/credentials/{id}.

api
accredible_put_v1_departments_by_department_idWRITE

Update a Department via PUT /v1/departments/{department_id}.

api
accredible_put_v1_designs_by_design_idWRITE

Update a Design via PUT /v1/designs/{design_id}.

api
accredible_put_v1_issuer_groups_by_group_idWRITE

Update a Group via PUT /v1/issuer/groups/{group_id}.

api
accredible_put_v1_team_members_by_idWRITE

Update a Team Member via PUT /v1/team_members/{id}. Changes a person's dashboard permissions.

api

Put Accredible behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.