1
Getting Keys
Instructions for Getting API Keys (Granite360)
- Navigate to the home page on Granite 360.
- Click the 3 dot menu next to your name on the bottom left corner of the home page.
- Select the integrations option.
- Click the Create New Key button on the top right corner of the Integrations Page.
- Enter a name for your keys and hit create key.
- You should have your keys.
Note
Only company admins can generate keys.
Important
Store your keys securely. Never expose them in client-side code or public repositories.
2
Getting Auth Token
Get Authentication Token
Use the following endpoints to authenticate:
Base URL:https://api.staging.granitemsp.com
Token URL:https://login.staging.granitemsp.com/oauth2/ausizdw4qwy06ZsD4697/v1/token
Example Response
Using the Token: Include the token in the Authorization: Bearer header for all API requests.
Token Expiration: Tokens expire after the time specified in expires_in. We recommend caching tokens and refreshing them before expiry.
Rate Limits: Rate limits are tied to your API key. See workflow guides and product sections in the docs for usage patterns and error handling.
3
Making First API Call
Make Your First API Call
Create your first broadband quote with this example:
Example Response
Key Response Fields
quote_request_id- Unique identifier for your quote requestquote_status- Current status of the quote (pending, completed, etc.)offerings- Array of available service offerings with pricing
Last updated on