Before you can start using GnosisRamp, you need to contact the GnosisRamp team to create an organization for you. Once your organization is set up, you’ll be able to login to the dashboard and create projects.
Getting Your Credentials
Each project in the GnosisRamp dashboard provides a uniqueclientId and clientSecret pair. These credentials are displayed once when created, so store them securely in your secret manager.
Using Your Credentials
Your project credentials are used to authenticate with the GnosisRamp API using HTTP Basic Authentication.Basic Authentication
Use yourclientId as the username and clientSecret as the password for HTTP Basic Auth:
Credential Security
- Store securely: Keep your client secret in a secure vault or environment variables. Never commit credentials to version control.
- Rotate regularly: Generate new credentials periodically and update your applications.
- Separate environments: Use different credentials for sandbox and production environments.