cURL
curl --request GET \ --url https://api.example.com/conversations
{ "conversations": [ { "id": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "title": "<string>" } ] }
Show child attributes
Was this page helpful?