GET /v1/accounts/:id/auth-code
{
"code": "f07de398c9c1422291b7698f26efb3f4",
"expiration": "2025-05-15T10:00:00Z"
}
Accounts
Get authentication code
GET /v1/accounts/:id/auth-code
{
"code": "f07de398c9c1422291b7698f26efb3f4",
"expiration": "2025-05-15T10:00:00Z"
}
This endpoint is only available for use with our Partner Program. You must include a valid
X-Annature-Partner header in the request.https://dashboard.annature.com.au/code-exchange?code={{code}}
Parameters
string
The unique identifier of the account you wish to sign in as.
GET /v1/accounts/:id/auth-code
{
"code": "f07de398c9c1422291b7698f26efb3f4",
"expiration": "2025-05-15T10:00:00Z"
}