From 450ea8f7e5408c15393ec25e1b5556d6293e86e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Matall=C3=ADn?= Date: Wed, 28 Oct 2015 12:35:07 +0100 Subject: [PATCH] doc: authentication --- doc/authentication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/authentication.md b/doc/authentication.md index 25bff58d..369b5a58 100644 --- a/doc/authentication.md +++ b/doc/authentication.md @@ -14,7 +14,8 @@ To find your API key: To use your API key, pass it as a parameter in an URL call to the CartoDB API. For example, to perform an insert into your table, you would use the following URL structure. -
Query example with the api_key parameter
+#### Example + ```bash https://{account}.cartodb.com/api/v2/sql?q={SQL statement}&api_key={Your API key} ```