-
Notifications
You must be signed in to change notification settings - Fork 0
Accounts
Imran Ariffin edited this page Oct 4, 2019
·
4 revisions
POST /v1/accounts/
{
"device_id": "1234"
}
201 CREATED
{
"id": "some-account-uuid",
"created": "1970-01-01T12:34:56"
}
400 BAD REQUEST
{
"device_id": "Device id already exists"
}