Learn where to find your Signalgrid Client Key,
Your Signalgrid Client Key is the main key used to authenticate requests made on behalf of your user account. Each user has their own Client Key.
Where to Find It
You can find your Client Key in the Signalgrid dashboard or app:
- Web: Open Triggers and look for Client Key on the right side
- App: Open Triggers and tap the key icon in the top-right corner
What the Client Key Is Used For
The Client Key identifies your user account when Signalgrid receives an API request. It is commonly used together with a channel token when sending notifications from scripts, monitoring systems, dashboards, or custom integrations.
One Key per User
Each Signalgrid user has one Client Key. If multiple integrations are using your account, they may all be using the same key.
If you suspect the key is being used somewhere you no longer trust, or by an old integration you forgot about, you can rotate it.
How to Regenerate the Client Key
If needed, click Regenerate Client Key in the Signalgrid interface. This creates a new key and invalidates the previous one.
Keep in mind that after regenerating it, any existing integrations using the old key must be updated. Otherwise they will stop working until the new Client Key has been added.
Security Advice
- Do not share your Client Key with anyone outside your organisation
- Do not post it in screenshots, documentation, tickets, or public repositories
- If you think it may have been exposed, regenerate it and update your integrations
A good rule of thumb: treat your Client Key like a credential, not like a harmless identifier.