Spectra One

API REST

Estimated reading: 2 minutes

Welcome to Acreditta’s Public API for Digital Credentials! This guide will help you get started with integrating our API into your applications and systems.

Acreditta’s API allows you to seamlessly manage and issue digital credentials. Whether you are an educational institution, organization, or platform, our API empowers you to automate the credentialing process.

Getting Started

1. Obtain API Key

To get the API Key, you need to go to the side navigation bar, pull down the Integrations menu and click on API.
Then on the APIs screen click Create APIKey, type a friendly name to identify your APIKey and click Create. You will then see the value of your APIKey, save it well as it will only be displayed once. When creating an APIKey you are creating a Developer User, you can see it in the list of the APIs screen, there is the name of your APIKey, followed by the username of the API User and the password of that user is the value of your APIKey.

2. Login

You can log in and obtain access tokens as follows (Via Curl):

curl -X 'POST' \
  'https://public-api.acreditta.com/login' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "username": "YOUR_API_USER",
  "password": "YOUR_API_KEY_VALUE"
}'

Remember to replace “YOUR_API_USER” and “YOUR_API_KEY_VALUE” with the values of your APIKey.

Endpoint reference

In this link you can get the entire reference to all the Endpoints in swagger
https://public-api.acreditta.com/swagger/#/

Need Help?

If you encounter any issues or have questions, reach out to our support team at tech@acreditta.com. We’re here to assist you on your journey with Acreditta’s Digital Credentials API.
Start issuing and managing digital credentials effortlessly with Acreditta’s powerful API!

CONTENIDO