(GET)-Token Authentication
Customer Information & Usage API
Stage (Test): https://pge-pe-api.gridx.com/stage/v1/auth/token
Production: https://pge-pe-api.gridx.com/v1/auth/token
Description
To use the Customer Information and Usage APIs in either stage (test) or production environments, you must first request a token using the client ID and secret provided to you by your utility partner. The token must be base64-encoded using the following syntax “[clientID]:[clientSecret]”. A single token authentication request is required to use to both the Customer Information and Usage parameters. The same set of credentials (client ID and secret) will be used for both stage and production access. The token request will expire after a hour. Here’s a resource for encoding:
