Service Authentication API

Generate access token using API secret Key

Register your service 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.

Entity Studio SSI API base URL: https://api.entity.dashboard.hypersign.id/

Once you generated the accessToken, you can pass this token as bearer authorization token in the header for all APIs.

Generate AccessTokens

Last updated