← Tools Reference

Accredible Certificates

Accredible Certificates integration (Productivity, Data). Imported from open-connector.

API key8 toolshttps://api.accredible.com
GET
accredible_certificates_list_groups
List Accredible credential groups available to the API key.

/v1/issuer/all_groups

GET
accredible_certificates_get_group
Get one Accredible credential group by group ID.

/v1/issuer/groups/{group_id}

1 parameter
ParamTypeRequiredDescription
group_idintegerrequiredThe Accredible group ID.
POST
accredible_certificates_search_groups
Search Accredible credential groups with documented filters.

/v1/issuer/groups/search

9 parameters
ParamTypeRequiredDescription
idsarrayoptionalThe Accredible group IDs to include.
namestringoptionalA group name substring used for partial matching.
course_namestringoptionalA course name substring used for partial matching.
department_idintegeroptionalThe Accredible department ID to filter by.
meta_dataobjectoptionalString metadata key/value pairs passed through to Accredible.
start_updated_datestringoptionalA date filter in YYYY-MM-DD format.
end_updated_datestringoptionalA date filter in YYYY-MM-DD format.
page_sizeintegeroptionalThe number of results to request from Accredible.
pageintegeroptionalThe page number to request from Accredible.
GET
accredible_certificates_list_credentials
List Accredible credentials with documented query filters.

/v1/all_credentials

10 parameters
ParamTypeRequiredDescription
group_idintegeroptionalAn Accredible ID represented as either a number or string.
emailstringoptionalThe recipient email address to filter credentials by.
recipient_idintegeroptionalAn Accredible ID represented as either a number or string.
license_idstringoptionalThe Accredible license ID to filter credentials by.
start_datestringoptionalA date filter in YYYY-MM-DD format.
end_datestringoptionalA date filter in YYYY-MM-DD format.
start_updated_datestringoptionalA date filter in YYYY-MM-DD format.
end_updated_datestringoptionalA date filter in YYYY-MM-DD format.
page_sizeintegeroptionalThe number of results to request from Accredible.
pageintegeroptionalThe page number to request from Accredible.
GET
accredible_certificates_get_credential
Get one Accredible credential by credential ID.

/v1/credentials/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Accredible credential identifier.
POST
accredible_certificates_search_credentials
Search Accredible credentials with documented filters.

/v1/credentials/search

13 parameters
ParamTypeRequiredDescription
group_idintegeroptionalAn Accredible ID represented as either a number or string.
recipient.namestringoptionalA recipient name substring used for matching.
recipient.emailstringoptionalThe recipient email address to match.
recipient.idintegeroptionalAn Accredible ID represented as either a number or string.
recipient.meta_dataobjectoptionalProvider-defined metadata object passed through to Accredible.
license_idstringoptionalThe Accredible license ID to filter credentials by.
meta_dataobjectoptionalProvider-defined metadata object passed through to Accredible.
start_datestringoptionalA date filter in YYYY-MM-DD format.
end_datestringoptionalA date filter in YYYY-MM-DD format.
start_updated_datestringoptionalA date filter in YYYY-MM-DD format.
end_updated_datestringoptionalA date filter in YYYY-MM-DD format.
page_sizeintegeroptionalThe number of results to request from Accredible.
pageintegeroptionalThe page number to request from Accredible.
POST
accredible_certificates_create_credential
Create one Accredible credential using JSON recipient and group fields.

/v1/credentials

18 parameters
ParamTypeRequiredDescription
idstringoptionalThe issuer-defined credential ID.
group_idintegerrequiredThe Accredible group ID.
recipient.namestringrequiredThe recipient name.
recipient.emailstringrequiredThe recipient email address.
recipient.phone_numberstringoptionalThe recipient phone number.
recipient.idintegeroptionalAn Accredible ID represented as either a number or string.
recipient.meta_dataobjectoptionalProvider-defined metadata object passed through to Accredible.
namestringoptionalThe credential name.
descriptionstringoptionalThe credential description.
custom_attributesobjectoptionalProvider-defined metadata object passed through to Accredible.
issued_onstringoptionalA date filter in YYYY-MM-DD format.
expired_onstringoptionalA date filter in YYYY-MM-DD format.
completebooleanoptionalWhether the credential should be marked complete.
privatebooleanoptionalWhether Accredible should create the credential as private.
approvebooleanoptionalWhether Accredible should approve the credential.
allow_supplemental_evidencebooleanoptionalWhether supplemental evidence is allowed for the credential.
allow_supplemental_referencesbooleanoptionalWhether supplemental references are allowed for the credential.
meta_dataobjectoptionalProvider-defined metadata object passed through to Accredible.
DELETE
accredible_certificates_delete_credential
Delete one Accredible credential by credential ID.

/v1/credentials/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Accredible credential identifier.