Skip to content

API Guide

The Falaê API enables integration of satisfaction surveys, feedback collection, and customer interaction analysis. It was developed for platforms seeking to connect operational data with Falaê for insights and experience optimization.

Test the API

Use Swagger to test endpoints interactively.

Authentication

All requests require authentication via Bearer Token JWT in the Authorization header:

bash
Authorization: Bearer <YOUR_TOKEN>

Important

Keep your token secure. Do not expose it in frontend code or public repositories.

To obtain an access token, contact: contato@falae.app

Environment

EnvironmentURL
Productionhttps://api-b2s.experienciab2s.com

Response Codes

CodeDescription
200Successful request
201Resource created successfully
204Successful update, no content returned
400Invalid parameters
401Token missing or invalid
403Valid token, but no permission
404Resource not found

Available Endpoints

Support

Need help with the API? Contact us:

Integration Documentation