From 85cd72c7ecd3987fa18722b403fb53357a0dcdf2 Mon Sep 17 00:00:00 2001 From: Jaka Kranjc <smgl@lynxlynx.info> Date: Thu, 19 Sep 2019 18:33:55 +0200 Subject: [PATCH] interfaces: warn about api key uniqueness --- docs/api/interfaces.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/interfaces.md b/docs/api/interfaces.md index 6074c052..094881b5 100644 --- a/docs/api/interfaces.md +++ b/docs/api/interfaces.md @@ -222,6 +222,9 @@ Response to creating a new contact Before being able to use the REST Interface you will need to have set up the `CIVICRM_SITE_KEY` and the users `API_KEY`. There are three methods of creating API keys for users +!!! warning + API keys need to be unique and set on a user with appropriate [permissions](/security/permissions.md). + #### Manual Method You can enter the key directly in the database. This would be done by the following -- GitLab