- Client API
- Client APIAnonymous
- Client APICLI Authentication
- Client APIContact Channels
- Client APIOAuth
- Client APIOthers
- Client APIOTP
- Client APIPassword
- Client APIPermissions
- Client APIProjects
- Client APISessions
- Client APITeams
- GETList teams
- POSTCreate a team
- GETList team members profiles
- GETList team invitations
- GETGet a team
- DELDelete a team
- PATCHUpdate a team
- POSTSend an email to invite a user to a team
- POSTAccept the team invitation
- DELDelete a team invitation
- DELRemove a user from a team
- GETGet a team member profile
- PATCHUpdate your team member profile
- POSTGet team invitation details
- POSTCheck if a team invitation code is valid
- Client APIUsers
- Server API
- Server APIAnonymous
- Server APICLI Authentication
- Server APIContact Channels
- Server APIOAuth
- Server APIOthers
- Server APIOTP
- Server APIPassword
- Server APIPermissions
- Server APIProjects
- Server APISessions
- Server APITeams
- GETList teams
- POSTCreate a team
- GETList team members profiles
- GETList team invitations
- GETGet a team
- DELDelete a team
- PATCHUpdate a team
- POSTSend an email to invite a user to a team
- POSTAccept the team invitation
- DELDelete a team invitation
- POSTAdd a user to a team
- DELRemove a user from a team
- GETGet a team member profile
- PATCHUpdate a team member profile
- POSTGet team invitation details
- POSTCheck if a team invitation code is valid
- Server APIUsers
Path Parameters
Query Parameters
Request
$ curl -G https://api.stack-auth.com/api/v1/auth/oauth/authorize/provider_id \ > -d client_id=client_id \ > -d client_secret=client_secret \ > -d redirect_uri=redirect_uri \ > -d scope=scope \ > -d state=state \ > -d grant_type=grant_type \ > -d code_challenge=code_challenge \ > -d code_challenge_method=code_challenge_method \ > -d response_type=response_type
Response