From b22b2245e1ee13c2cf261ac594c44179b8613807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Medina=20=28aka=20MacGyver=29?= Date: Wed, 12 Jun 2019 16:43:09 +0200 Subject: [PATCH] Update 02-authentication.md --- docs/guides/02-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/02-authentication.md b/docs/guides/02-authentication.md index 5c0b1b45..7625ba0a 100644 --- a/docs/guides/02-authentication.md +++ b/docs/guides/02-authentication.md @@ -6,7 +6,7 @@ For all access to private tables, and for write access to public tables, CARTO e The API Key offers the simplest way to access private data, or perform writes and updates to your public data. Remember that your API Key protects access to your data, so keep it confidential and only share it if you want others to have this access. If necessary, you can reset your API Key from your CARTO dashboard. -**Tip:** For details about how to access, or reset, your API Key, see [Your Account](http://docs.carto.com/carto-editor/your-account/#api-key) details. +**Tip:** For details about how to access, or reset, your API Key, see [the Auth API Documentation](https://carto.com/developers/auth-api/) details. To use your API Key, pass it as a parameter in an URL call to the CARTO API. For example, to perform an insert into your table, you would use the following URL structure.