Skip to content

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.

UrlMethod
https://[InstitutionName].aplancloud.com/api/integrationPost

Tablo 36. Token Creation Url Structure

The username and password information sent to the relevant institution by Constructor Schedule must be used.

Parameter nameParameter TypeDescription
usernamestringUsername
passwordstringPassword

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 LabelDescription
access_tokenToken

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.