ident/create
POST CREATE NEW IDENTITY VERIFICATION REQUEST
https://api.identify24.de/ident/create
Creates new identity verification request.Returns status code 200 if successful.
The body of this response also contains a JSON-formatted key/value pair: {"ident_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
containing Identify's internal IdentID of this Ident.
HEADERS
X-API-PARTNER
application/json
(REQUIRED) Partner User Name
X-API-TOKEN
application/json
(REQUIRED) Your private Auth Token
Content-Type
application/json
(REQUIRED) The media type
{
"project_id" : "xxx",
"company_name" : "Optional",
"company_hrb_number" : "Optional",
"company_hrb_city" : "Optional",
"company_street" : "Optional",
"company_house_no" : "Optional",
"company_zip_code" : "Optional",
"company_city" : "Optional",
"company_country" : "Optional",
"store_name" : "Optional",
"branche" : "Optional",
"person_title" : "Optional",
"gender" : "MALE",
"person_first_name" : "John",
"person_last_name" : "Doe",
"person_position" : "Optional",
"email" : "johndoe@identify24.de",
"street" : "Markgrafenstr.",
"house_no" : "23",
"zip_code" : "94670",
"city" : "Nürnberg",
"country" : "DE",
"mobile_phone" : "01511111111",
"international_code" : "DE",
"birthday" : "1981-09-05",
"birth_place" : "BERLIN",
"nationality" : "DE",
"type_of_id" : "Personalausweis",
"id_number" : "LJFE8J32NDM",
"id_country" : "DE",
"id_issue_date" : "2021-05-10",
"id_end_date" : "2031-05-09",
"issuing_authority" : "Stadt Nürnberg",
"pdf_url" : "https://xxxxxxxxxx.pdf",
"pdf_content" : "data:@file/pdf;base64,xxxxxxxxxxxxxxxxx",
"custom_id" : "Optional",
"custom1" : "custom1",
"custom2" : "custom2",
"custom3" : "custom3",
"custom4" : "custom4"
}
curl -X POST \
https://api.identify24.de/ident/create \
-H 'Accept: */*' \
-H 'Content-Type: application/json' \
-H 'X-API-PARTNER: 911-internet' \
-H 'X-API-TOKEN: xxx' \
-d '{
"project_id" : "6",
"company_name" : "Optional",
"company_hrb_number" : "Optional",
"company_hrb_city" : "Optional",
"company_street" : "Optional",
"company_house_no" : "Optional",
"company_zip_code" : "Optional",
"company_city" : "Optional",
"company_country" : "Optional",
"store_name" : "Optional",
"branche" : "Optional",
"person_title" : "Optional",
"gender" : "MALE",
"person_first_name" : "John",
"person_last_name" : "Doe",
"person_position" : "Optional",
"email" : "johndoe@identify24.de",
"street" : "Markgrafenstr.",
"house_no" : "23",
"zip_code" : "94670",
"city" : "Nürnberg",
"country" : "DE",
"mobile_phone" : "01511111111",
"international_code" : "DE",
"birthday" : "1981-09-05",
"birth_place" : "BERLIN",
"nationality" : "DE",
"type_of_id" : "Personalausweis",
"id_number" : "LJFE8J32NDM",
"id_country" : "DE",
"id_issue_date" : "2021-05-10",
"id_end_date" : "2031-05-09",
"issuing_authority" : "Stadt Nürnberg",
"pdf_url" : "https://xxxxxxxxxx.pdf",
"pdf_content" : "data:@file/pdf;base64,xxxxxxxxxxxxxxxxx",
"custom_id" : "Optional",
"custom1" : "custom1",
"custom2" : "custom2",
"custom3" : "custom3",
"custom4" : "custom4"
}'
{
"result": true,
"messages": [],
"ident_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"conference_url": "https://identify24.de/apply/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Ident Attributes
Parameter |
Required |
Description |
project_id | Yes | - |
company_name | No | Company official Name (Required for ident type KYB) |
company_hrb_number | No | Company registered HRB Number (Required for ident type KYB) |
company_hrb_city | No | Company registered HRB City (Required for ident type KYB) |
company_street | No | Company registered street name (Required for ident type KYB) |
company_house_no | No | Company registered house number (Required for ident type KYB) |
company_zip_code | No | Company registered Zip code (Required for ident type KYB) |
company_city | No | Company registered city (Required for ident type KYB) |
company_country | No | Uppercase two-letter code as defied in ISO 3166. (Required for ident type KYB) |
store_name | No | - |
branche | No | - |
birthday | Yes | ISO 8601 format: YYYY-MM-DD |
birth_place | Yes | The user’s birthplace. All uppercase. |
email | Yes | E-mail address of the user. |
gender | Yes | The user's gender. Either MALE or FEMALE. |
person_title | No | Academic title. This will only be used, if the title is part of the name and shown in ID documents. |
person_first_name | Yes | The user's first name(s). All uppercase. |
person_last_name | Yes | The user's last name. All uppercase. |
person_position | No | - |
mobile_phone | Yes | Mobile phone number of the user. If no country code is provided, "0049" is assumed. |
international_code | No | - |
nationality | Yes | The user’s nationality. Uppercase two-letter code as defied in ISO 3166. |
street | No | The user's street. Will be provided in sub-object named address. All uppercase. |
house_no | No | - |
zip_code | Yes | The user's zip code. Will be provided in sub-object named address. |
city | Yes | The user's city. Will be provided in sub-object named address. All uppercase. |
country | Yes | The user's country. Uppercase two-letter code as defied in ISO 3166. Will be provided in sub-object named address. |
type_of_id | No | The type of ID document which is used by the user. Possible values are: "Personalausweis" for ID card or "Reisepass" for passport. |
id_number | No | The ID number of valid ID document. |
id_country | No | The issuing country of the ID document. Uppercase two letter cod as defined in ISO 3166. |
id_issue_date | No | The date when the ID document was issued in ISO 8601 format: YYYY-MM-DD |
id_end_date | No | The date until the ID document is valid in ISO 8601 format: YYYY-MM-DD |
issuing_authority | No | The government agency who issued the ID document. |
pdf_url | No | URL of PDF file to be signed which should be fetched by identify. |
pdf_content | No | Content of Base64 encoded PDF file to be signed. |
custom_id | No | Custom tracking field. Can be used to pass tracking information. You will get this information back in the identification results. |
custom1 | No | Custom field that can be used for passing your own ids, tags etc. |
custom2 | No | free field for open use. |
custom3 | No | free field for open use. |
custom4 | No | free field for open use. |