Users
The API Key can be generated within your developer settings.
Get Users
Headers
Name
Type
Description
{
"data": [
{
"id": 5,
"first_name": "AutoTest",
"last_name": "User",
"username": "codecept_user",
"email": "[email protected]",
"verifications": [
{
"id": 1,
"name": "Email",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 2,
"name": "Phone / SMS",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 3,
"name": "Document / ID",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 4,
"name": "PayPal",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 5,
"name": "Video",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 6,
"name": "Voice",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 7,
"name": "Secure Card",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 8,
"name": "Geolocation",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 9,
"name": "Social Account",
"status": {
"value": 0,
"friendly": "Pending"
}
},
{
"id": 10,
"name": "Two-Step Authentication",
"status": {
"value": 0,
"friendly": "Pending"
}
}
],
"phone": null,
"avatar": "https://cdn.trustswiftly.com/assets/img/profile.png",
"address": null,
"country_id": null,
"role_id": 2,
"status": "Active",
"birthday": null,
"last_login": "2020-09-07 19:56:35",
"two_factor_country_code": 0,
"two_factor_phone": "",
"two_factor_options": null,
"email_verified_at": null,
"created_at": "2020-09-11 01:33:51",
"updated_at": "2020-09-11 01:33:51"
}
]
}Get User
Headers
Name
Type
Description
Create User
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update User
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update Verification
Headers
Name
Type
Description
Request Body
Name
Type
Description
Fetch verification mappings
Key
ID
Name
Key
ID
Update a verification status
Mark a document workflow complete
Remove an assigned verification method
Delete User
Headers
Name
Type
Description
Get Verify Link
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated