{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions token-exchange-profiles API", "version": "1.0.0" }, "items": [ { "info": { "name": "token-exchange-profiles", "type": "folder" }, "items": [ { "info": { "name": "Get Token Exchange Profiles", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/token-exchange-profiles", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." } ] }, "docs": "Retrieve a list of all Token Exchange Profiles available in your tenant.\n\nBy using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. It is your responsibility to securely validate the user’s subject_token. See User Guide for more details.\n\nThis endpoint supports Checkpoint pagination. To search by checkpoint, use the following paramet" }, { "info": { "name": "Create a Token Exchange Profile", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/token-exchange-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Token Exchange Profile within your tenant.\n\nBy using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. It is your responsibility to securely validate the user’s subject_token. See User Guide for more details.\n" }, { "info": { "name": "Get a Token Exchange Profile", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/token-exchange-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Token Exchange Profile to retrieve." } ] }, "docs": "Retrieve details about a single Token Exchange Profile specified by ID.\n\nBy using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. It is your responsibility to securely validate the user’s subject_token. See User Guide for more details.\n" }, { "info": { "name": "Update an Existing Token Exchange Profile", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/token-exchange-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Token Exchange Profile to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Token Exchange Profile within your tenant.\n\nBy using this feature, you agree to the applicable Free Trial terms in Okta's Master Subscription Agreement. It is your responsibility to securely validate the user's subject_token. See User Guide for more details.\n\n" }, { "info": { "name": "Delete a Token Exchange Profile", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/token-exchange-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Token Exchange Profile to delete." } ] }, "docs": "Delete a Token Exchange Profile within your tenant.\n\nBy using this feature, you agree to the applicable Free Trial terms in Okta's Master Subscription Agreement. It is your responsibility to securely validate the user's subject_token. See User Guide for more details.\n\n" } ] } ], "bundled": true }