authz.stellate.io Open in urlscan Pro
2a04:4e42::307  Public Scan

Submitted URL: https://cdn-authz.authdog.com/
Effective URL: https://authz.stellate.io/
Submission: On June 25 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

S


STELLATE DEVELOPER PORTAL

 * GraphQL
   
   
 * Authentication
   
 * API playground
   
 * Readme
   

S


STELLATE DEVELOPER PORTAL

API Playground
Step 1


GETTING ACCESS

The uses API keys for request authentication. To access your API keys and start
making requests you need to sign up or sign in.

Log in / Sign up
Step 2


COLLECT YOUR KEYS

When logged, you get your first API key and you can add more.

These keys can’t be regenerated so keep them safe by using environment variables
or a secure password manager.


DEV PORTAL FOR "AUTHZ"


GRAPHQL

GraphQL is a query language for APIs. You can use it to request the exact data
you need and nothing more. This limits the number of requests you need, making
GraphQL more efficient and flexible to use.

GraphQL APIs are strongly typed, and the type system determines what data can be
queried. You can use queries to request data and mutations to modify data.

To learn more about GraphQL, we recommend reading Introduction to GraphQL


AUTHENTICATION

To communicate with the API authentication is required. The uses API keys for
request authentication. You can access and manage your API keys below.

Authentication to the API is performed by setting the Stellate-Api-Tokenheader
to API key token for every request.

The endpoint is located at https://cdn-authz.authdog.com


API PLAYGROUND

Explore and learn using GraphiQL. The playground is an interactive, in-browser
application that can be used to explore the GraphQL API.Sign up or sign in to
start exploring the GraphQL API.