Skip to content
Insy
For developers
Esc
navigateopen⌘Jpreview

Authorize

GET/oauth/authorize
Query parameters
client_idstringrequired
Client ID issued at registration.
redirect_uristringrequired
Must exactly match one of the redirect URIs registered for this client.
scopestringrequired
Space-separated list of requested scopes (e.g. 'memberships.read products.read').
statestring
Opaque value used by the client to maintain state and prevent CSRF.
max length 1024
code_challengestring
PKCE challenge, base64url of SHA-256 over the verifier (RFC 7636). Required for public clients.
min length 43 · max length 128
code_challenge_methodstring
Only S256 is accepted; plain defeats the point of PKCE.
Allowed:S256
Responses
200
Try it
Server
Parameters
Request
curl -X GET "https://api.insy.io/oauth/authorize?client_id=string&redirect_uri=string&scope=string"
Response
No example response.