Creates an Experian credential.
Experian credential resource.
Experian credential created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
username required | string Username of the Experian account. | ||||||||
password required | string <password> Password of the Experian account. | ||||||||
hmacKey required | string <password> HMAC key that is used to generate the signature for Experian requests. | ||||||||
publicKey required | string HMAC public key that is included in the signature for Experian requests. | ||||||||
hash | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||
status | string Status of the credential.
| ||||||||
deactivationTime | string <date-time> Date and time when the credential is deactivated. | ||||||||
Array of objects (SelfLink) Related links. | |||||||||
Existing Experian credential retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "status": "active",
- "username": "string",
- "password": "pa$$word",
- "hmacKey": "PxOclToLSxW4oAB5N5HSdfoslyEWuvfkLjfHeNG2aZY~",
- "publicKey": "8831AA5552FE10CD"
}
{- "hash": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "active",
- "deactivationTime": "2019-08-24T14:15:22Z",
- "username": "string",
- "password": "pa$$word",
- "hmacKey": "PxOclToLSxW4oAB5N5HSdfoslyEWuvfkLjfHeNG2aZY~",
- "publicKey": "8831AA5552FE10CD",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}