Auth
curl -X GET "https://example.com/apps/string/.well-known/jwks.json"curl -X GET "https://example.com/apps/string/auth-settings"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/apps/string/auth-settings" \ -H "Content-Type: application/json" \ -d '{}'curl -X POST "https://example.com/apps/string/auth-settings/verify-domain"curl -X GET "https://example.com/hosted-domains/string"curl -X GET "https://example.com/apps/string/auth/hosted-config"Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/sign-up" \ -H "authorization: string" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "password": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/sign-in" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "password": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/refresh" \ -H "Content-Type: application/json" \ -d '{ "refreshToken": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/sign-out" \ -H "Content-Type: application/json" \ -d '{ "refreshToken": "string" }'Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/magic-link" \ -H "authorization: string" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/magic-link/verify" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/otp" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/otp/verify" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "code": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/google/callback" \ -H "Content-Type: application/json" \ -d '{ "code": "string", "redirectUri": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/github/callback" \ -H "Content-Type: application/json" \ -d '{ "code": "string", "redirectUri": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/apple/callback" \ -H "Content-Type: application/json" \ -d '{ "code": "string", "redirectUri": "string" }'Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/forgot-password" \ -H "authorization: string" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "redirectUri": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/reset-password" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "newPassword": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/verify-email" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/mfa/verify" \ -H "Content-Type: application/json" \ -d '{ "challengeToken": "string", "code": "string" }'curl -X POST "https://example.com/apps/string/auth/mfa/enroll"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/mfa/confirm" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/mfa/disable" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'curl -X GET "https://example.com/apps/string/auth/sessions"curl -X DELETE "https://example.com/apps/string/auth/sessions/string"curl -X GET "https://example.com/apps/string/auth/organizations/mine"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/organizations/active" \ -H "Content-Type: application/json" \ -d '{ "organizationId": "string" }'curl -X DELETE "https://example.com/apps/string/auth/organizations/active"curl -X DELETE "https://example.com/apps/string/auth/organizations/string/members/me"Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/organizations/invitations/accept" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'curl -X GET "https://example.com/apps/string/auth/organizations/invitations/string"Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/sso/start" \ -H "authorization: string" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "redirectUri": "string" }'Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/auth/sso/string/acs" \ -H "Content-Type: application/json" \ -d '{ "SAMLResponse": "string", "RelayState": "string" }'