Skip to content

Commit 97e7659

Browse files
authored
Update README.md
1 parent 1f91930 commit 97e7659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Integration configuration contains valuable information like triggers and action
1717
2. You need to decorate the request by adding API key in the request header. You can get API key in the Go Queue-it self-service portal.
1818
3. Remember to add Host header in the request if your framework doesn't do that automatically. A missing host header will result in a 400 Bad Request response.
1919

20-
curl --request GET https://[your-customer-id].queue-it.net/status/integrationconfig/secure/[your-customer-id] --header 'api-key: [Customer API-Key]' --header 'Host: queue-it.net'
20+
curl --request GET https://[your-customer-id].queue-it.net/status/integrationconfig/secure/[your-customer-id] --header "api-key: [Customer API-Key]" --header "Host: queue-it.net"
2121

2222

2323
![Configuration Provider flow](https://github.com/queueit/KnownUser.V3.PHP/blob/master/Documentation/ConfigProviderExample.png)

0 commit comments

Comments
 (0)