Skip to content

Accounts

Imran Ariffin edited this page Oct 4, 2019 · 4 revisions

Accounts

Accounts Create

Request

POST /v1/accounts/
{
  "device_id": "1234"
}

Success: no existing device id

201 CREATED
{
  "id": "some-account-uuid",
  "created": "1970-01-01T12:34:56"
}

Fail: device id already exist

400 BAD REQUEST
{
  "device_id": "Device id already exists"
}
Clone this wiki locally