InnoPaaS API Getting Started Guide

API signature verification instructions

Common request headers

To ensure API security, all endpoints must include security verification headers,

Authorization and AppKey can be obtained only after creating an AppKey on the InnoPaaS platform

used for API authentication validation; if validation fails, the API cannot be called and will return an authentication failure.

No.

Field

Data type

Required

Description

1

Content-Type

String

Yes

Value is "application/json;charset=utf-8", request content is json

2

AppKey

String

Yes

ApiKey, application access KEY

3

Authorization

String

Yes

Application authorization access Token

Headers example code

headers = {
   'Authorization': 'YUIYIUIAIIASUDIAOSIDUOIWUOQWUEOIUWOEUQWOEUOQWUOUWOUWQOWU',
   'AppKey': 'XFbZY1rtTKo3UD4n1'
   }

Get AppKey

Click the copy button in the application list to copy the AppKey

Get Authorization

1. Select the application and get the Token by clicking the Token button to produce the Authorization information needed for the App to access the API,We do not store customers' Token information; generating a new Token will invalidate previously generated Tokens. If this App's Token is already used in your production environment, use this feature with caution, as the old Token becoming invalid may cause inability to access the API normally.

2. Generate and copy the Token

  • Choose the Token expiration time; default is never expire, or you can specify an expiration date.

  • Click the Create Access Token button to generate the Token

  • Click the copy button to copy the Token

Last updated