Digital Signature
  • Auth
    • Access Tokens
    • API KEY
  • DSC Profile Create
  • Digital Signature API
  • Digital Signature (S0AP) API
Powered by GitBook
On this page
  • Request Method
  • Request Path
  • Create Profile -

DSC Profile Create

This Page will show the Steps to create the Profile setup of signature that can be used in the API

Request Method

POST

Request Path

{{API_URL}}/api/v1/dsc/create-profile/

Create Profile -

API Name

Create Profile

URL

{{API_URL}}/api/v1/dsc/create-profile/

Method Type

POST

Headers

Key

Value

Authorization

JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozMDMsInVzZXJuYW1lIjoiYnV5ZXJtYXN0ZXJzQGdtYWlsLmNvbSIsImV4cCI6MTY1MDUzODU3OSwiZW1haWwiOiJidXllcm1hc3RlcnNAZ21haWwuY29tIiwib3JpZ19pYXQiOjE2NTA0NTIxNzl9.90mEXrP74zXQCchgCqRa3viCGiShhsX_r6cd5eGbDuw

Either auth token or MIPL key

MiplApiKey

PjpnwV0RIMWrTIn095wCtlnSCpBN****

Body

form data

Key

Value

Define

name

I*******irit - Bihar

Name/Related name to this business

pan_number

AAF****12P

Pan Number of Business

gstin

05AAAP*******02

GSTIN of Business

passphrase

123456

Passphrase to access the signing certificate

metadata

{"email":"g***av.s@ind*****it.in"}

Info related to this profile, for further help. Pass this json as stringify format.

certificate

Base64 encoded content of certificate

Response

{

"detail": [

{

"type": "missing",

"loc": [

"body",

"certificate"

],

"msg": "Field required",

"input": null,

"url": "https://errors.pydantic.dev/2.7/v/missing"

}

]

}

If File is missed

{

"message": "DSC profile already exists",

"success": false

}

If already Exist

PreviousAPI KEYNextDigital Signature API

Last updated 2 days ago