Skip to content

OAuth Clients

OAuth clients are credentials used to authenticate with the GPCORE API programmatically. Each client consists of a Client ID and a Client Secret, which you exchange for a short-lived JWT token to authorize API requests. OAuth clients are managed in your user settings and are separate from your personal login credentials. If a secret is lost or compromised, you can regenerate it at any time without needing to create a new client.

Create OAuth Client

OAuth Client Tab

Once you created a new client you will get a Client ID and a Client Secret. Please save them somewhere securely, you will need them later.

OAuth Client Credentials

Recreate Client Secret

In case you lost the Client Secret you can reset it by clicking on the Recreate Secret button in the list of OAuth clients.

Recreate Client Secret

Delete OAuth Client

To delete an OAuth client, click on the Delete button in the list of OAuth clients.

Delete OAuth Client