Sign in

Create credential

documented

Create a new credential (certificate, badge, or blockchain credential) in Accredible.

POST /credentialsCredentialsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.accredible.com/v1/credentials" \
  -X POST \
  -H "Authorization: Token token={{ACCREDIBLE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"credential": {"recipient": {"name": "{{$recipient_name}}", "email": "{{$recipient_email}}"}, "group_id": "{{$group_id}}", "title": "{{$title}}", "description": "{{$description}}"} }'
Create credential · Accredible · OpenIntegrations