Get Signer Profiles
GET/v4/applications/:appId/envs/:appEnv/signer-profiles
This endpoint retrieves a list of signer profiles for a given application and environment.
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.
Responses
- 200
- 400
- 401
- 403
- 500
A list of signer profiles.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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.
Possible values: [ACTIVE
, ARCHIVED
]
Represents the status of a signer profile.
Possible values: [BY_SIDE
, EMBEDDED
]
Represents the integration mode of a signer profile.
signatureAuthMethodsConfiguration
object
required
SIMPLE_STD
object
Possible values: [VIDEO_ROBOT_AES
, VIDEO_ROBOT_QES
, BANK_ACCOUNT_CHECK
, E_ID_AES
, E_ID_QES
, RA_NATURAL_QES
, RA_NATURAL_AES
, SOCIAL_SECURITY_NUMBER
, BIND_ADDITIONAL_AUTH_METHOD
, ORG_SSO_AES
, ORG_SSO_QES
]
Possible values: [SIMPLE
, PHONE_SMS
, PHONE_CALL
, TOTP
, PASS_KEY_POSSESSION
, AES_EID
, QES_EID
, ORG_SSO
]
ADVANCED_STD
object
Possible values: [VIDEO_ROBOT_AES
, VIDEO_ROBOT_QES
, BANK_ACCOUNT_CHECK
, E_ID_AES
, E_ID_QES
, RA_NATURAL_QES
, RA_NATURAL_AES
, SOCIAL_SECURITY_NUMBER
, BIND_ADDITIONAL_AUTH_METHOD
, ORG_SSO_AES
, ORG_SSO_QES
]
Possible values: [SIMPLE
, PHONE_SMS
, PHONE_CALL
, TOTP
, PASS_KEY_POSSESSION
, AES_EID
, QES_EID
, ORG_SSO
]
QUALIFIED_STD
object
Possible values: [VIDEO_ROBOT_AES
, VIDEO_ROBOT_QES
, BANK_ACCOUNT_CHECK
, E_ID_AES
, E_ID_QES
, RA_NATURAL_QES
, RA_NATURAL_AES
, SOCIAL_SECURITY_NUMBER
, BIND_ADDITIONAL_AUTH_METHOD
, ORG_SSO_AES
, ORG_SSO_QES
]
Possible values: [SIMPLE
, PHONE_SMS
, PHONE_CALL
, TOTP
, PASS_KEY_POSSESSION
, AES_EID
, QES_EID
, ORG_SSO
]
[
{
"_id": "string",
"appId": "appId_XXXX-XXXX-XXXX-XXXX-XXXX",
"appEnv": "DEVELOPMENT",
"name": "string",
"description": "string",
"status": "ACTIVE",
"version": 0,
"isEmailProofSentByIgnisign": true,
"isRecurrent": true,
"integrationMode": "BY_SIDE",
"ssoConfigId": "string",
"signatureAuthMethodsConfiguration": {
"SIMPLE_STD": {
"idProofings": [
"VIDEO_ROBOT_AES"
],
"authMethods": [
"SIMPLE"
]
},
"ADVANCED_STD": {
"idProofings": [
"VIDEO_ROBOT_AES"
],
"authMethods": [
"SIMPLE"
]
},
"QUALIFIED_STD": {
"idProofings": [
"VIDEO_ROBOT_AES"
],
"authMethods": [
"SIMPLE"
]
}
},
"emailDomains": [
"string"
],
"signerIds": [
"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": {}
}
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": {}
}