You can retrieve the options object for a connection using Auth0’s . Make a GET call to the Get Connection endpoint. Be sure to replace CONNECTION_ID and MGMT_API_ACCESS_TOKEN placeholder values with your connection ID and Management API , respectively.
curl --request GET \
  --url 'https://{yourDomain}/api/v2/connections/CONNECTION-ID?fields=options' \
  --header 'authorization: Bearer MGMT_API_ACCESS_TOKEN'
ValueDescription
CONNECTION_IDΤhe ID of the connection for which you want to retrieve the options object.
MGMT_API_ACCESS_TOKENAccess Token for the Management API with the scope read:connections.