BrandKwikID Documentation
API SuiteDocument Signing

Send Request

Initializes the E-Sign flow by generating a redirection URL for user authorization.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

body?unknown

Response Body

curl -X POST "https://__mock__/esign/v1/esign/esign/send-request"
{
  "redirection_url": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "error": "string"
}