App Clients
App Clients provide secure, programmatic access to Releval's APIs using OAuth 2.0 authentication.
Each app client is issued a unique client_id and client_secret upon creation—credentials used to
authenticate requests from applications or services. App Clients are ideal for integrating Releval
into external systems or automation workflows.
List App Clients
Lists the app clients available for the authenticated member.
Create App Client
Creates a new app client.
Delete App Clients
Deletes the app clients for the given unique identifiers
Regenerate Secret
Generates a new client secret for the app client. The old client secret is overwritten.
Get App Client
Gets an app client by its unique identifier.
Get Authentication URL
Returns the OAuth 2.0 authentication URL to use to authenticate app client requests.