From c1ae4c5a1409d990b84d865367216e8746cb3636 Mon Sep 17 00:00:00 2001 From: Seyna <50924269+Seynarekki@users.noreply.github.com> Date: Sun, 27 Oct 2019 12:10:45 +0000 Subject: [PATCH] Update order-api.md --- documentation/order-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/order-api.md b/documentation/order-api.md index 3fdf97c..5568788 100644 --- a/documentation/order-api.md +++ b/documentation/order-api.md @@ -8,7 +8,7 @@ To retrieve a list of orders from a supplier, please use the following endpoint: There are three mandatory parameters for the call: -* `XXXXXXX-XXXX-XXXX-XXXXX-XXXXXXXXXXXX` is the token for API authentication that is attributed by REKKI to each supplier, please contact suppliers@rekki.com to request one. Include it in the request header `authorization: Bearer `. +* `XXXXXXX-XXXX-XXXX-XXXXX-XXXXXXXXXXXX` is the token for API authentication that is attributed by REKKI to each supplier, please contact integrations@rekki.com to request one. Include it in the request header `authorization: Bearer `. * `{"since":1565610869}` send as POST body, **since** is the epoch timestamp (seconds since 01/01/1970 00:00) and will filter the orders **after or equal** to the specified timestamp. A very common use case is to `poll` for orders since the last successful request to avoid losing any information. The requested timestamp **must** be within the last 30 days and it **must** be an integer not a string.