diff --git a/main/docs/customize/forms/flows/integrations/auth0.mdx b/main/docs/customize/forms/flows/integrations/auth0.mdx index 3c60767e3..ef99df960 100644 --- a/main/docs/customize/forms/flows/integrations/auth0.mdx +++ b/main/docs/customize/forms/flows/integrations/auth0.mdx @@ -133,9 +133,9 @@ Send a custom API request to Auth0 API endpoints. Path -The API endpoint absolute pathname. +The API endpoint absolute pathname.
( Example: /api/v2/organizations ) -
Note: Some endpoints, for example: Get a user , require URI encoded parameters when not using alphanumeric characters, such as: -, ., _, or ~, characters ). +
Note: Some endpoints, for example: Get a user , require URI encoded parameters when not using alphanumeric characters, such as: -, ., _, or ~, characters ).
To do this, you can use the encodeURIComponent function:
`{{ functions.encodeURIComponent(context.user.user_id) }}` @@ -144,7 +144,7 @@ The API endpoint absolute pathname. Method -Available HTTP methods include: +Available HTTP methods include: