Authentication

In order to use the AssignmentOS API, you will first need to retrieve your API key from the AssignmentOS platform. To do this, log on to AssignmentOS, head to the Integrations section and copy your AssignmentOS API key.

You then need to include this API key in the Authorization header of every request that you send to the AssignmentOS API. The API key needs to be prefixed by the string apiKey, e.g.

curl -X GET https://app.assignment-os.com/api/assignments -H 'Authorization: apiKey 5a355e5a-8e1b-4dab-a17c-4ab49fc267c3'

Last updated