Accredible Certificates integration (Productivity, Data). Imported from open-connector.
https://api.accredible.com/v1/issuer/all_groups
/v1/issuer/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | required | The Accredible group ID. |
/v1/issuer/groups/search
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | The Accredible group IDs to include. |
| name | string | optional | A group name substring used for partial matching. |
| course_name | string | optional | A course name substring used for partial matching. |
| department_id | integer | optional | The Accredible department ID to filter by. |
| meta_data | object | optional | String metadata key/value pairs passed through to Accredible. |
| start_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| end_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| page_size | integer | optional | The number of results to request from Accredible. |
| page | integer | optional | The page number to request from Accredible. |
/v1/all_credentials
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | optional | An Accredible ID represented as either a number or string. |
| string | optional | The recipient email address to filter credentials by. | |
| recipient_id | integer | optional | An Accredible ID represented as either a number or string. |
| license_id | string | optional | The Accredible license ID to filter credentials by. |
| start_date | string | optional | A date filter in YYYY-MM-DD format. |
| end_date | string | optional | A date filter in YYYY-MM-DD format. |
| start_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| end_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| page_size | integer | optional | The number of results to request from Accredible. |
| page | integer | optional | The page number to request from Accredible. |
/v1/credentials/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Accredible credential identifier. |
/v1/credentials/search
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | optional | An Accredible ID represented as either a number or string. |
| recipient.name | string | optional | A recipient name substring used for matching. |
| recipient.email | string | optional | The recipient email address to match. |
| recipient.id | integer | optional | An Accredible ID represented as either a number or string. |
| recipient.meta_data | object | optional | Provider-defined metadata object passed through to Accredible. |
| license_id | string | optional | The Accredible license ID to filter credentials by. |
| meta_data | object | optional | Provider-defined metadata object passed through to Accredible. |
| start_date | string | optional | A date filter in YYYY-MM-DD format. |
| end_date | string | optional | A date filter in YYYY-MM-DD format. |
| start_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| end_updated_date | string | optional | A date filter in YYYY-MM-DD format. |
| page_size | integer | optional | The number of results to request from Accredible. |
| page | integer | optional | The page number to request from Accredible. |
/v1/credentials
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The issuer-defined credential ID. |
| group_id | integer | required | The Accredible group ID. |
| recipient.name | string | required | The recipient name. |
| recipient.email | string | required | The recipient email address. |
| recipient.phone_number | string | optional | The recipient phone number. |
| recipient.id | integer | optional | An Accredible ID represented as either a number or string. |
| recipient.meta_data | object | optional | Provider-defined metadata object passed through to Accredible. |
| name | string | optional | The credential name. |
| description | string | optional | The credential description. |
| custom_attributes | object | optional | Provider-defined metadata object passed through to Accredible. |
| issued_on | string | optional | A date filter in YYYY-MM-DD format. |
| expired_on | string | optional | A date filter in YYYY-MM-DD format. |
| complete | boolean | optional | Whether the credential should be marked complete. |
| private | boolean | optional | Whether Accredible should create the credential as private. |
| approve | boolean | optional | Whether Accredible should approve the credential. |
| allow_supplemental_evidence | boolean | optional | Whether supplemental evidence is allowed for the credential. |
| allow_supplemental_references | boolean | optional | Whether supplemental references are allowed for the credential. |
| meta_data | object | optional | Provider-defined metadata object passed through to Accredible. |
/v1/credentials/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Accredible credential identifier. |