Skip to content
Snippets Groups Projects
Commit 2a1aa384 authored by Seamus Lee's avatar Seamus Lee Committed by Sean Madsen
Browse files

Add in line as discussed with Sean re API security and add redirect

parent d5945437
Branches
No related tags found
No related merge requests found
......@@ -220,3 +220,7 @@ wp civicrm-api contact.get first_name=Alice last_name=Roberts
```bash
cv api contact.get first_name=Alice last_name=Roberts
```
## API Security
API has security mesasures inbuilt dependign on the way the API is called that can also be turned off or on. API Permissions are also able to be altered via hook. More information on API Security can be found in the [Security Doucmentation](/security/permissions.md).
......@@ -156,3 +156,4 @@ Coding+Standards standards
QuickForm+Reference framework/quickform
EntityRef+Fields framework/quickform/entityref
Pseudoconstant+option+list+Reference framework/pseudoconstant
API+Security api/usage/#api-security
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment