From 6b89d1be0cbab351b1ed1a16dd97322b092002d4 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Thu, 7 Feb 2019 15:21:09 +0000 Subject: [PATCH] api_key should be apiKey --- docs/frontend/createOrder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/createOrder.md b/docs/frontend/createOrder.md index 2000f9320..be3c2f772 100644 --- a/docs/frontend/createOrder.md +++ b/docs/frontend/createOrder.md @@ -16,7 +16,7 @@ When you donate you will be redirected to https://octobox.io/callback?transactio Then you can call our API to get all the details about that transaction: -https://api.opencollective.com/v1/collectives/octobox/transactions/12345?api_key=xxxxx +https://api.opencollective.com/v1/collectives/octobox/transactions/12345?apiKey=xxxxx (you can get your api key in your "Applications" page that you can access from your logged in user dropdown menu) Example of the data being returned: