Retrieve a bot

An endpoint to retrieve a bot information

POST https://api.aipixy.com/v1/bot/:uid/

Query Parameters

NameTypeDescription

uid*

String

The bot uid that you want to retrieve.

Headers

NameTypeDescription

Authorization*

String

Authorization: Bearer YOUR_API_KEY

curl -X GET \
     -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.aipixy.com/v1/bot/UID

Last updated