Integration Guide

Login API

6min

Introduction

To access this API, the customer must obtain valid credentials, which will be provided by the Signzy team upon request.

Sample Request

Here username, password and realm details will be shared by the Signzy to hit the Login API upon request by the client.

Login API cURL - Preproduction
Login API cURL- Production


Request Body Descripiton

Key

Optional/Required

Description

username

Required

Username on which the instance/realm has been created

password

Required

Password to access the realm

realm

Required

Instance or realm created for individual clients

Sample Response

The Login API authenticates the user and returns an authorization token or id, which is required to access other APIs, such as the Create Merchant API.

Response


Response Body Description

Key

Value

Description

id

ey***4NTZ9.OF8Cb-IpUXikYKEgo8Qf-ukJF6P4xxxxxe4

This is the authetication token or id which will be required to invoke other APIs like Create Merchant API and pull merchant API

realm

ClientName_VCIP

Realm will be set while creating the instance for the client and will remain constant. Multiple types of flows can be created in same realm.

  • The mapping other parameters in the response of Login API, apart from id and Realm can be ignored.
  • The default expiry of authentecation token or id is 14 days and can be configured as per the requirement.



  1. Name is mandatory field
  2. Either of email or phone number is required.