User
Retrieve your user account details
GET
https://api.sitespeak.ai/v1/me
Retrieves your user account details and validates that your token is active.
Headers
Name
Type
Description
Accept*
String
application/json
Authorization*
String
Bearer {api_token}
Retrieve all chatbots for your account
GET
https://api.sitespeak.ai/v1/me/chatbots
Retrieves a list of all chatbots in your account.
Headers
Name
Type
Description
Authorization*
String
Bearer {api_token}
Last updated