Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 611 Bytes

File metadata and controls

15 lines (12 loc) · 611 Bytes
title Authentication
icon /images/icons/key2.svg
og:image /images/og/og-api-reference.png

import { topLevelProductName } from '/snippets/variables.mdx'

{topLevelProductName} API uses HTTP Basic Authentication with your client ID as the username and your client secret as the password.
Your API tokens are scoped to either your production or sandbox environment.

curl -u "{client_id}:{client_secret}" https://api.lightspark.com/grid/2025-10-13...

If integrating with one of our SDKs, the SDK reads environment variables and will populate the credentials for you.