Home > NABP API Downloads > Individual e-Profile Information API
Individual e-Profile Information API
The Individual e-Profile Information API allows access to the personal and contact information in an individual’s e-Profile.
Parties requesting an API key will need to contact our technology department and follow the setup guidelines provided.
The Individual e-Profile Information API provides e-Profile information for an individual profile using the provided parameters.
Method | API |
POST | /v1/Individual/eprofile |
Parameters
Name | Value | Description |
eProfileId | Integer | e-Profile ID of the individual |
DOB | String | (Mandatory) Date of birth of the individual (Format: MM-DD) |
Returned Data: Demographics
Name | Value | Description |
FirstName | String | First name of the person |
MiddleName | String | Middle name of the person |
LastName | String | Last name of the person |
MaidenName | String | Maiden name of the person |
Nickname | String | Nickname of the person |
Prefix | String | Prefix of the person |
Suffix | String | Suffix of the person |
Gender | String | Gender of the person |
DOB | String | Date of birth of the person (Format: MM-DD) |
SSN4 | String | Last four digits of the person’s social security number |
PhoneNumber | String | Phone number of the person |
eProfileID | Integer | e-Profile ID of the person |
AddressLine1 | String | Address line 1 of the person |
AddressLine2 | String | Address line 2 of the person |
AddressLine3 | String | Address line 3 of the person |
AddressLine4 | String | Address line 4 of the person |
City | String | City of the person |
State | String | State of the person |
Country | String | Country of the person |
Zip | String | Zip code of the person |
EmailAddress | String | E-mail address of the person |
Returned Data: Licenses
Name | Value | Description |
LicenseType | String | Type of license |
LicenseNumber | String | License number |
LicenseState | String | State that issues the license |
LicenseIssuer | String | Agency that issues the license |
DateOfIssue | String | Issue date of the license |
DateOfExpiry | String | Expiration date of the license |
LicenseStatus | String | Status of the license |
VerifiedDate | String | Date when the license was last verified |
LastUpdatedDate | String | Date when the license was last updated |
Returned Data: Education
Name | Value | Description |
DegreeReceived | String | Degree the person received |
LastDateAttended | String | Last date the person attended school/college |
SchoolAttended | String | School/College the person attended |
Responses
Status Code | Description |
200 | Successful response |
400 | Invalid request |
401 | Unauthorized |
403 | Forbidden |
404 | Person with given e-Profile ID does not exist |
409 | Provided DOB is not a match/e-Profile ID not found |
500 | Error while processing request |