cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/profiles/{name} \ --header 'anchor-api-key: <api-key>'
{ "data": { "name": "my-profile", "description": "This is my profile description.", "source": "session", "session_id": "550e8400-e29b-41d4-a716-446655440000", "status": "active", "created_at": "2024-01-01T12:00:00Z" } }
Retrieves details of a specific profile by its name.
API key passed in the header
The name of the profile to retrieve.
"my-profile"
Profile details retrieved successfully.
The response is of type object.
object