Authentication
Generate access token using API secret Key
Register your application on Entity Studio Developer Dashboard and generate your API secret Key before proceeding.
Once the API secret key is generated, you can use the API below to generate a new access token. Just pass your API secret Key in
X-Api-Secret-Key
header to generate access token. The access_token
is required to access all SSI APIs. Read the next section for more details.
post
/api/v1/app/oauth
Once you generated the
access_token
, you can pass this token as bearer authorization token in the header for all APIs.
Last modified 2mo ago