Get profile by ID or name
Retrieve details for a single profile by its ID or name.
/profiles/{id_or_name}Retrieve details for a single profile by its ID or name.
Authorization
bearerAuth In: header
Path Parameters
Profile ID or name
Response
Profile details
Browser profile metadata.
curl -X GET "https://example.com/profiles/string"{ "id": "string", "name": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "last_used_at": "2019-08-24T14:15:22Z"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}postCreate a new profile
Create a browser profile that can be used to load state into future browser sessions.
patchRename profile by ID or name
Update a profile's name. Names must be unique within the logical project; during the default-project migration, unscoped profiles and profiles in the org default project are treated as the same project. Duplicate-name conflicts are checked before update but are best-effort because there is no backing unique index. Renaming a profile while a browser session references it by name may prevent that session's changes from saving; prefer renaming when the profile is not in use.