Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'https://gateway-sop-dev.fpt.vn/chat-service/api/canned-response-folder/self-canned-response-folder/' \
--header 'X-Auth-User-Id: c5395e26-2c1e-11ee-a955-0242c0a80103' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2024-05-16 04:36:30