Account Routes

A list of the API routes related to account management.

Create Account

POST https://api.byte.co/account/register/precheck

This endpoint allows you to create a Byte account or see if a username is available.

Headers

Request Body

{"data":{},"success":1}

Get User

GET https://api.byte.co/account/id/:id

This endpoint allows you to get information about a Byte account.

Path Parameters

Request Body

Last updated