Endpoints
El proyecto cuenta con una API privada y publica con el fin de aumentar su rango de acciones y utilidades
Última actualización
¿Te fue útil?
El proyecto cuenta con una API privada y publica con el fin de aumentar su rango de acciones y utilidades
Última actualización
¿Te fue útil?
Retrieve user data from the API using the provided JWT token.
ID of the user to retrieve.
userId123
JWT token for authentication.
Register a new user in the API and generate a JWT token.
user@example.com
secure-password
John Doe
123456789
Update the status of a specific order by its ID.
ID of the order to edit.
cld8h89qw0000pmp59ts0b89d
New status of the order.
approved
Update the enabled status of a specific crypto bot by its token.
Token of the crypto bot to edit.
some-unique-token
New enabled status of the bot.
true
discord
Add code to the source bin and get a unique ID to view the code later.
The code content to be added to the source bin.
console.log('Hello World')
The language of the code content.
javascript
The title of the code content.
Hello World