Obtaining Client Credentials
Coming Soon
This page is a placeholder and will be updated with detailed instructions for obtaining your Client ID and Client Secret.
Overview
To use the Nymbl Customer API, you will need a Client ID and Client Secret. These credentials identify your application and authorize it to access your data.
How to Obtain Your Credentials
Detailed instructions for this process will be provided here once the self-service credential provisioning portal is available.
In the interim, please contact your Nymbl account manager or the support team to receive:
- Client ID — Your unique application identifier
- Client Secret — Your secret key used to authenticate token requests
- Scope — The authorized scope string for your account (e.g.,
nymbl-customer-api/acme-corp) - API Key — Your API key, required as the
x-api-keyheader on every request
Contact Information
To request credentials, reach out to:
- Email: api-support@nymbl.com
- Subject: "API Credential Request — [Your Organization Name]"
Please include the following in your request:
- Organization name and Nymbl customer identifier
- Name and email of the technical contact responsible for integration
- Description of the intended use case
- Environments required (development, staging, production)
Next Steps
Once you have your credentials, see the Authentication Guide to learn how to use them to obtain an access token.