Authentication API (v2)

Download OpenAPI specification:Download

Authentication

Get Access Token.

Role Requirements

Not applicable

Description

Gets an Access Token after authenticating your request using the HMAC scheme.

The Access Token is used to authenticate the caller in all other API operations.

Request
header Parameters
Authorization
required
string

HMAC signature in the format hmac {signature}.

x-correlation-id
string

Correlation Id for the request.

Responses
201

Created - Returns the Access Token response.

400

Bad Request - Returns the Error response object.

post/v2/identity/hmac
Request samples
Response samples
application/json
{
  • "accessToken": "string",
  • "expires": 0
}
Copyright 2024 Duck Creek Technologies. All Rights Reserved.