From 350d36b6c7d235b38f51b39b6f8cf8b995492a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Mon, 16 Jul 2018 14:09:10 +0200 Subject: [PATCH] Update README.md: fix curl auth syntax for getting tickets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 390388d..9e8ff62 100644 --- a/README.md +++ b/README.md @@ -4084,7 +4084,7 @@ Method: GET ### Using curl : ```sh -curl https://{domain}.agilecrm.com/dev/api/tickets/filter?filter_id=5716987632156672&page_size=25&global_sort_key=-last_updated_time -H "Accept : application/json" -v -u {email} : {API Key} +curl https://{domain}.agilecrm.com/dev/api/tickets/filter?filter_id=5716987632156672&page_size=25&global_sort_key=-last_updated_time -H "Accept : application/json" -v -u {email}:{API Key} ``` ### Example response : ```sh