Get profile by ID or name

Retrieve details for a single profile by its ID or name.

GET/profiles/{id_or_name}

Retrieve details for a single profile by its ID or name.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Profile ID or name

Response

application/json

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"}