API Documentation
docs.signius.eu
PROFESSIONAL HEADLESS
PROFESSIONAL HEADLESS
  • Introduction
  • Login
  • Certificate
  • Authorization
  • Signing
Powered by GitBook
On this page
  • Initialize authorization
  • Authorization

Authorization

Initialize authorization

POST https://professional.signius.eu:8200/api/signature/initAuthorization

Starts authorization of user. Sends SMS token to the phone number binded to the user profile.

Headers

Name
Type
Description

X-AUTH-TOKEN*

String

User auth token

Content-Type

String

application/json; charset=utf-8

User-Language

String

Example: en

Example response:
{
    "challengeId": "<id>"
}

Authorization

POST https://professional.signius.eu:8200/api/signature/authorize

Validates the SMS token (OTP).

Headers

Name
Type
Description

X-AUTH-TOKEN*

String

User acces token

Request Body

Name
Type
Description

challengeId*

String

challengeId from initAuthorization

challengeResult*

String

SMS token

Example response:
{
    "validated": <true_or_false>
}
PreviousCertificateNextSigning

Last updated 1 year ago