Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 859 Bytes

File metadata and controls

40 lines (30 loc) · 859 Bytes

send

Information

POST https://api.brickverse.co/v2/user/feed/send

API to send to your user feed.

Request Body

Name Type Description
content* String

{% tabs %} {% tab title="200: OK Response" %}

{"status": "ok", "success": true}

{% endtab %}

{% tab title="403: Forbidden " %}

{"status": "error", "message": 403}

{% endtab %}

{% tab title="429: Too Many Requests " %}

{"status": "error", "message": "Rate limited", "ratelimited": true, "time": "seconds_string"}

{% endtab %}

{% tab title="400: Bad Request " %}

{"status": "error", "message": "reason_string"}

{% endtab %} {% endtabs %}