{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Password Profiles API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Password Profiles", "type": "folder" }, "items": [ { "info": { "name": "Get Password Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The number of records per page." }, { "name": "page[offset]", "value": "", "type": "query", "description": "The number of records to offset the results by." } ] }, "docs": "Retrieve password profiles for the specified authentication realm." }, { "info": { "name": "Create Password Profile", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a password profile for the specified authentication realm." }, { "info": { "name": "Get Password Profile", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles/:profileId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "profileId", "value": "", "type": "path", "description": "The ID of the password profile." } ] }, "docs": "Retrieve a specific password profile by ID." }, { "info": { "name": "Update Password Profile", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles/:profileId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "profileId", "value": "", "type": "path", "description": "The ID of the password profile." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific password profile by ID." }, { "info": { "name": "Delete Password Profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles/:profileId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "profileId", "value": "", "type": "path", "description": "The ID of the password profile." } ] }, "docs": "Delete a specific password profile by ID." }, { "info": { "name": "Create One-Time Password Token Request", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId/password-profiles/:profileId/one-time-password-token-request", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm." }, { "name": "profileId", "value": "", "type": "path", "description": "The ID of the password profile." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a one-time password token request for the specified password profile." } ] } ], "bundled": true }