API used to activate the user's license.

📘

Collection Postman

<https://gitlab.com/hub-educacional-public/docs/on-demand-integration-api>

Request

"x-api-key": "apikey.hubeducacionalpontocom"

Request example

The example below will return all operations made at the institution since its creation.

POST<https://apihub.educacional.com/manager/v1/activeAccountLicenses>

  • Code 200
    • Status: OK
    • Example:
{"code":"LICENSE_ACTIVATED_SUCCESSFULLY"}
  • Code 400: Bad Request, when the code is not informed
  • Code 401: Not Authorized, when the code passed is from an institution not linked to Edtech
  • Code 404: Not Found, when the code entered is not in the HUB.
  • Code 500: Internal Error
Language
Authorization
Header
Click Try It! to start a request and see the response here!