post https://apihub.educacional.com/manager/v1/activeAccountLicenses
API used to activate the user's license.
Collection Postman
<https://gitlab.com/hub-educacional-public/docs/on-demand-integration-api>
Request
-
PROD:
POST
https://apihub.educacional.com/manager/v1/activeAccountLicenses
-
QA:
POST
https://qa-apihub.educacional.com/manager/v1/activeAccountLicenses
-
Mandatory Headers
- Autenticação
"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