{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions self-service-profiles API", "version": "1.0.0" }, "items": [ { "info": { "name": "self-service-profiles", "type": "folder" }, "items": [ { "info": { "name": "Get Self-service Profiles", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/self-service-profiles", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page index of the results to return. First page is 0." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." }, { "name": "include_totals", "value": "", "type": "query", "description": "Return results inside an object that contains the total result count (true) or as a direct array of results (false, default)." } ] }, "docs": "Retrieves self-service profiles.\n" }, { "info": { "name": "Create a Self-service Profile", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/self-service-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a self-service profile.\n" }, { "info": { "name": "Get a Self-service Profile by Id", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/self-service-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile to retrieve" } ] }, "docs": "Retrieves a self-service profile by Id." }, { "info": { "name": "Update a Self-service Profile", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/self-service-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a self-service profile." }, { "info": { "name": "Delete a Self-service Profile by Id", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/self-service-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile to delete" } ] }, "docs": "Deletes a self-service profile by Id." }, { "info": { "name": "Get Custom Text for a Self-service Profile", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/self-service-profiles/:id/custom-text/:language/:page", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile." }, { "name": "language", "value": "", "type": "path", "description": "The language of the custom text." }, { "name": "page", "value": "", "type": "path", "description": "The page where the custom text is shown." } ] }, "docs": "Retrieves text customizations for a given self-service profile, language and Self-Service Enterprise Configuration flow page.\n" }, { "info": { "name": "Set Custom Text for a Self-service Profile", "type": "http" }, "http": { "method": "PUT", "url": "{auth0_domain}/self-service-profiles/:id/custom-text/:language/:page", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile." }, { "name": "language", "value": "", "type": "path", "description": "The language of the custom text." }, { "name": "page", "value": "", "type": "path", "description": "The page where the custom text is shown." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates text customizations for a given self-service profile, language and Self-Service Enterprise Configuration flow page.\n" }, { "info": { "name": "Create an Access Ticket to Initiate the Self-Service Enterprise Configuration Flow", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/self-service-profiles/:id/sso-ticket", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the self-service profile to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an access ticket to initiate the Self-Service Enterprise Configuration flow using a self-service profile.\n" }, { "info": { "name": "Revoke a Self-Service Enterprise Configuration Access Ticket", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/self-service-profiles/:profileId/sso-ticket/:id/revoke", "params": [ { "name": "profileId", "value": "", "type": "path", "description": "The id of the self-service profile" }, { "name": "id", "value": "", "type": "path", "description": "The id of the ticket to revoke" } ] }, "docs": "Revokes a Self-Service Enterprise Configuration access ticket and invalidates associated sessions. The ticket will no longer be accepted to initiate a Self-Service Enterprise Configuration session. If any users have already started a session through this ticket, their session will be terminated. Clients should expect a `202 Accepted` response upon successful processing, indicating that the request has been acknowledged and that the revocation is underway but may not be fully completed at the tim" } ] } ], "bundled": true }