Token creation
To be used during the process, a token must first be obtained by sending a request to the address below with the username and password information sent to the institution. The specified token will be used for authorization purposes in the request after this stage.
| Url | Method |
| https://[InstitutionName].aplancloud.com/api/integration | Post |
Tablo 36. Token Creation Url Structure
The username and password information sent to the relevant institution by Constructor Schedule must be used.
| Parameter name | Parameter Type | Description |
| username | string | Username |
| password | string | Password |
Table 37. Token Creation Url Parameters
If the login process is successful, the “access_token” value returned as a response will be saved and used in the next steps.
| Data Label | Description |
| access_token | Token |
Table 38. Token Creation Data Type Fields

The “access_token” value must be added as the “Bearer Token” value in all requests after this stage. In the example image, this value is assigned to the Constructor ScheduleToken parameter.
