API key scopes
API scopes allow you to restrict access for third parties using an API key. Adding a scope helps protect your and your applicants’ data by limiting what third parties can access. You can apply one of the following scopes to any API key:- Read only — Use for
GEToperations. Only allows third parties to view data associated with the endpoint. - Read / Write — Use for
GET,POST,PUT,PATCH, andDELETEoperations. Allows third parties to create, update, and delete data associated with the endpoint (set by default).
Manage API keys
Generate API key
Generate API key
In Good Grants, go to Settings > Integrations > API Keys
Click Generate API Key
Enter a key name or purpose
Select Scope
GET operations only, or Read / Write for full access (GET, POST, PUT, PATCH, DELETE).Specify notification email addresses if needed. Separate each address with a comma (,) or semicolon (;)
Click Save
Edit API key
Edit API key
In Good Grants, go to Settings > Integrations > API Keys
Select the key name or purpose, or open the overflow action menu and click Edit
Update the key name or purpose
Update Scope
GET operations only, or Read / Write for full access (GET, POST, PUT, PATCH, DELETE).Update notification email addresses if needed. Separate each address with a comma (,) or semicolon (;)
Click Save
Revoke API key
Revoke API key
In Good Grants, go to Settings > Integrations > API Keys
Open the overflow action menu for the key and click Revoke
Click OK in the confirmation dialog