Get Signer Summary
GET/v4/applications/:appId/envs/:appEnv/signers/:signerId
This endpoint a summary of information for a specific signer.
Request
Path Parameters
The application identifier which is used to identify the application used.
Possible values: [DEVELOPMENT
, STAGING
, PRODUCTION
]
The execution environment of the application where request are executed.
The unique identifier of the signer.
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 500
The signer summary.
- application/json
- Schema
- Example (from schema)
Schema
The unique identifier of the signer.
The external identifier of the signer - A reference that you can set to match with your internal systems.
The first name of the signer.
The last name of the signer.
The email of the signer.
Possible values: [CREATED
, PENDING
, BLOCKED
, ACTIVE
, CORRUPTED
]
The status of the signer.
Possible values: [firstName
, lastName
, email
, phoneNumber
, nationality
, birthDate
, birthPlace
, birthCountry
]
Indicates whether the signer is recurrent or not (one-off).
Possible values: [EID_POSSESSION_AES
, EID_POSSESSION_QES
, PHONE_NUMBER_POSSESSION
, PRIVATE_KEY_POSSESSION
, DAPP_WALLET_POSSESSION
, APP_SIGNER_SECRET_POSSESSION
, TOTP_POSSESSION
, EMAIL_POSSESSION
, ID_DOC_POSSESSION_QES
, ID_DOC_POSSESSION_AES
, SOCIAL_SECURITY_NUMBER_POSSESSION
, RA_PROCESS_VALIDATED_AES
, RA_PROCESS_VALIDATED_QES
, BANK_ACCOUNT_POSSESSION
, NATURAL_PERSON_NAME
, LEGAL_PERSON_NAME
, PASS_KEY_POSSESSION
, NATIONALITY
, CORPORATE_SSO_ACCOUNT_POSSESSION
, GOOGLE_ACCOUNT_POSSESSION
, GITHUB_ACCOUNT_POSSESSION
, BIRTH_COUNTRY
, BIRTH_DATE
, BIRTH_PLACE
, CAN_APPROVE_SEAL_SES
, CAN_APPROVE_SEAL_AES
, CAN_APPROVE_SEAL_QES
]
The id of the user that have the same email as the signer and that is a user of the application or organization (into IgniSign)
{
"signerId": "string",
"externalId": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"status": "CREATED",
"alreadyProvidedInputs": [
"firstName"
],
"isRecurrent": true,
"signerProfileId": "string",
"sealClaims": [
"EID_POSSESSION_AES"
],
"fromUserId": "string"
}
Bad request error
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}
Unauthorized error
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}
Timeout
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}
Internal Error
- application/json
- Schema
- Example (from schema)
Schema
The main message related to the error. It should provide an explanation or additional information about the error.
The timestamp when the error occurred, represented in UTC. It follows the format 'YYYY-MM-DD HH:mm:ss ZZ'.
The HTTP status code associated with the error. It indicates the status of the corresponding HTTP response.
The error code. It should be one of the IGNISIGN_ERROR_CODES (not linked here due to the high number of possible codes).
Additional contextual information related to the error. This object can contain any relevant properties.
{
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"status": 0,
"code": "string",
"context": {}
}