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_idWRITEDelete a Collection via DELETE /v1/collections/{collection_id}.
accredible_delete_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idWRITEDelete an Evidence Item via DELETE /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.
accredible_delete_v1_credentials_by_credential_id_references_by_reference_idWRITEDelete a Reference via DELETE /v1/credentials/{credential_id}/references/{reference_id}.
accredible_delete_v1_credentials_by_idWRITEDelete a Credential via DELETE /v1/credentials/{id}.
accredible_delete_v1_departments_by_department_idWRITEDelete a Department via DELETE /v1/departments/{department_id}.
accredible_delete_v1_designs_by_design_idWRITEDelete a Design via DELETE /v1/designs/{design_id}.
accredible_delete_v1_issuer_groups_by_group_idWRITEDelete a Group via DELETE /v1/issuer/groups/{group_id}.
accredible_delete_v1_team_members_by_idWRITEDelete a Team Member via DELETE /v1/team_members/{id}. Removes a person's dashboard access.
accredible_get_v1_all_credentialsREADView many Credentials via GET /v1/all_credentials. Deprecated by Accredible; prefer Search for Credentials (v2).
accredible_get_v1_analyticsREADIndex Analytics via GET /v1/analytics.
accredible_get_v1_credentials_blockchain_data_by_idREADVerify BlockChain Credential (v1) via GET /v1/credentials/blockchain_data/{id}. Public credentials answer without an API key (measured); pass `key` for a private one.
accredible_get_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idREADView an Evidence Item via GET /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.
accredible_get_v1_credentials_by_credential_id_references_by_reference_idREADView a Reference via GET /v1/credentials/{credential_id}/references/{reference_id}.
accredible_get_v1_credentials_by_idREADView a Credential via GET /v1/credentials/{id}.
accredible_get_v1_data_exportsREADView All Data Exports via GET /v1/data_exports.
accredible_get_v1_data_exports_by_idREADView a Data Export via GET /v1/data_exports/{id}.
accredible_get_v1_departments_by_department_idREADView a Department via GET /v1/departments/{department_id}.
accredible_get_v1_designsREADView all Designs via GET /v1/designs. Deprecated by Accredible; prefer Search for Designs.
accredible_get_v1_designs_by_design_idREADView a Design via GET /v1/designs/{design_id}.
accredible_get_v1_issuer_all_groupsREADView all Groups via GET /v1/issuer/all_groups. Deprecated by Accredible; prefer Search for Groups.
accredible_get_v1_issuer_credential_redirectREADRedirect 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.
accredible_get_v1_issuer_detailsREADView an Issuer via GET /v1/issuer/details.
accredible_get_v1_issuer_groups_by_group_idREADView a Group via GET /v1/issuer/groups/{group_id}.
accredible_get_v1_skill_categoriesREADView all Skill Categories via GET /v1/skill_categories.
accredible_get_v1_skill_frameworksREADView all Skill Frameworks via GET /v1/skill_frameworks. Plan-gated: answers 403 plan_not_entitled without skills frameworks.
accredible_get_v1_skill_frameworks_by_skill_framework_id_versions_by_version_id_skillsREADSearch 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.
accredible_get_v1_team_members_by_idREADView a Team Member via GET /v1/team_members/{id}.
accredible_get_v2_credentials_by_id_blockchain_dataREADVerify 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.
accredible_post_v1_attribute_keysWRITECreate a New Custom Attribute Key via POST /v1/attribute_keys.
accredible_post_v1_attribute_keys_searchWRITESearch for Attribute Keys via POST /v1/attribute_keys/search.
accredible_post_v1_collectionsWRITECreate a Collection via POST /v1/collections.
accredible_post_v1_collections_searchWRITESearch for Collections via POST /v1/collections/search.
accredible_post_v1_credentialsWRITECreate a New Credential via POST /v1/credentials. Needs an existing Group. Without enough credits the Credential is created but not published.
accredible_post_v1_credentials_analytics_by_idWRITEView Credential Analytics via POST /v1/credentials/analytics/{id}.
accredible_post_v1_credentials_bulk_createWRITEBulk Create credentials (v1) via POST /v1/credentials/bulk_create. Up to 100 credentials per request. Without enough credits they are created but not published.
accredible_post_v1_credentials_by_credential_id_evidence_itemsWRITECreate a New Evidence Item via POST /v1/credentials/{credential_id}/evidence_items.
accredible_post_v1_credentials_by_credential_id_referencesWRITECreate a New Reference via POST /v1/credentials/{credential_id}/references.
accredible_post_v1_credentials_generate_pdfWRITEGenerate PDF for credentials via POST /v1/credentials/generate_pdf. Returns a link to a zip of the PDFs.
accredible_post_v1_credentials_generate_single_pdf_by_idWRITEGenerate PDF for a single credential via POST /v1/credentials/generate_single_pdf/{id}. Returns a link to the PDF.
accredible_post_v1_credentials_searchWRITESearch for Credentials (v1) via POST /v1/credentials/search. Deprecated by Accredible; prefer v2. Strictly limited to 100 requests per 60 seconds per IP address.
accredible_post_v1_data_exportsWRITECreate New Data Export via POST /v1/data_exports.
accredible_post_v1_departmentsWRITECreate a New Department via POST /v1/departments. Needs Departments enabled on the account.
accredible_post_v1_departments_searchWRITESearch for Departments via POST /v1/departments/search.
accredible_post_v1_designers_badge_initializeWRITEInitialize Embedded Badge Designer via POST /v1/designers/badge/initialize.
accredible_post_v1_designers_certificate_initializeWRITEInitialize Embedded Certificate Designer via POST /v1/designers/certificate/initialize.
accredible_post_v1_designsWRITECreate a Design via POST /v1/designs.
accredible_post_v1_designs_by_design_id_copyWRITECopy a Design via POST /v1/designs/{design_id}/copy.
accredible_post_v1_designs_by_design_id_previewWRITEPreview a Design via POST /v1/designs/{design_id}/preview.
accredible_post_v1_designs_searchWRITESearch for Designs via POST /v1/designs/search.
accredible_post_v1_issuer_groupsWRITECreate a Group via POST /v1/issuer/groups.
accredible_post_v1_issuer_groups_by_group_id_cloneWRITEClone a Group via POST /v1/issuer/groups/{group_id}/clone. Body attributes override the cloned values; the clone keeps the original's skills framework.
accredible_post_v1_issuer_groups_searchWRITESearch for Groups via POST /v1/issuer/groups/search.
accredible_post_v1_sso_generate_linkWRITEGenerate SSO Link via POST /v1/sso/generate_link. The link signs the recipient in to their credential and expires after one use.
accredible_post_v1_team_membersWRITECreate a Team Member via POST /v1/team_members. Grants a person access to the Accredible dashboard.
accredible_post_v2_credentials_bulk_createWRITEBulk 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.
accredible_post_v2_credentials_searchWRITESearch 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`.
accredible_put_v1_collections_by_collection_idWRITEUpdate a Collection via PUT /v1/collections/{collection_id}.
accredible_put_v1_credentials_by_credential_id_evidence_items_by_evidence_item_idWRITEUpdate an Evidence Item via PUT /v1/credentials/{credential_id}/evidence_items/{evidence_item_id}.
accredible_put_v1_credentials_by_credential_id_references_by_reference_idWRITEUpdate a Reference via PUT /v1/credentials/{credential_id}/references/{reference_id}.
accredible_put_v1_credentials_by_idWRITEUpdate a Credential via PUT /v1/credentials/{id}.
accredible_put_v1_departments_by_department_idWRITEUpdate a Department via PUT /v1/departments/{department_id}.
accredible_put_v1_designs_by_design_idWRITEUpdate a Design via PUT /v1/designs/{design_id}.
accredible_put_v1_issuer_groups_by_group_idWRITEUpdate a Group via PUT /v1/issuer/groups/{group_id}.
accredible_put_v1_team_members_by_idWRITEUpdate a Team Member via PUT /v1/team_members/{id}. Changes a person's dashboard permissions.
Often connected alongside
Put Accredible behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.