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
Name
Type
Description
'Content-Type': 'application/json; charset=utf-8'
string
Requests JSON format.
Request Body
Name
Type
Description
username
string
The username to create an account or check availability for.
Get User
GET
https://api.byte.co/account/id/:id
This endpoint allows you to get information about a Byte account.
Path Parameters
Name
Type
Description
id
string
The Byte account ID.
Request Body
Name
Type
Description
access_token
string
A token that allows you to query the endpoint.
Last updated
Was this helpful?