Identity
Create user device
This endpoint is used to create user devices for fraud tracking
POST
Authorizations
Body
application/json
Body
Schema for a create user device schema
IP address of the user device
Example:
"123.456.789.012"
Device identifier of the user device
Response
200
application/json
200
Schema for a user device
Unique identifier for the user device
Example:
"123e4567-e89b-12d3-a456-426614174000"
Unique identifier for the website
Example:
"123e4567-e89b-12d3-a456-426614174001"
Unique identifier for the organization
Example:
"123e4567-e89b-12d3-a456-426614174002"
IP address of the user device
Example:
"123.456.789.012"
Source of the user device
Timestamp when the wallet was created
Example:
"2023-10-01T12:34:56Z"
Device identifier of the user device
Was this page helpful?