The GetBeaned API

Work in progress

Add an user

POST https://getbeaned.api-d.com/api/users/

This endpoint allows you to upload an user data to the website. This is a required step to be able to add actions. The endpoint will update or create the user automatically.

Headers

Request Body

{
 'status': 'ok',
 'message': 'User existed in database already',
 'result': '[User representation]'
 }

API Users Counter

GET https://getbeaned.api-d.com/api/users/<int:guild_id>/<int:user_id>/counters/

Path Parameters

Last updated