Not sure what specifics are needed, but here is a collection with some calls to Directline (the endpoint is for a non-us copilot)
{
"info": {
"_postman_id": "5f615dff-8ef4-43ab-abfa-822bffc9ca44",
"name": "directline",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3035135"
},
"item": [
{
"name": "Authenticate",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"url": {
"raw": "https://europe.directline.botframework.com/v3/directline/tokens/generate",
"protocol": "https",
"host": [
"europe",
"directline",
"botframework",
"com"
],
"path": [
"v3",
"directline",
"tokens",
"generate"
]
}
},
"response": []
},
{
"name": "Get Activities",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"locale\": \"en-EN\",\r\n \"type\": \"message\",\r\n \"from\": {\r\n \"id\": \"user1\"\r\n },\r\n \"text\": \"hello\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://europe.directline.botframework.com/v3/directline/conversations/Jwo4U8SNUqh9JxfGQrzeIi-eu/activities",
"protocol": "https",
"host": [
"europe",
"directline",
"botframework",
"com"
],
"path": [
"v3",
"directline",
"conversations",
"Jwo4U8SNUqh9JxfGQrzeIi-eu",
"activities"
]
}
},
"response": []
},
{
"name": "Send Activity",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"locale\": \"en-EN\",\r\n \"type\": \"message\",\r\n \"from\": {\r\n \"id\": \"user1\"\r\n },\r\n \"text\": \"hello\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://europe.directline.botframework.com/v3/directline/conversations/Jwo4U8SNUqh9JxfGQrzeIi-eu/activities",
"protocol": "https",
"host": [
"europe",
"directline",
"botframework",
"com"
],
"path": [
"v3",
"directline",
"conversations",
"Jwo4U8SNUqh9JxfGQrzeIi-eu",
"activities"
]
}
},
"response": []
},
{
"name": "Start Conversation",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"url": {
"raw": "https://europe.directline.botframework.com/v3/directline/conversations",
"protocol": "https",
"host": [
"europe",
"directline",
"botframework",
"com"
],
"path": [
"v3",
"directline",
"conversations"
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
}
],
"variable": [
{
"key": "conversationID",
"value": ""
}
]
}