Developer docs
Options
GET
/v1/auth/options
const url = 'https://example.com/v1/auth/options';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/auth/optionsThe allowed values for the sign-up form, so the client and server can never drift.
Responses
Section titled “ Responses ”Successful Response
Media typeapplication/json
Response Options V1 Auth Options Get
object
key
additional properties
any
Examplegenerated
{}