POST/profiles

Create a browser profile that can be used to load state into future browser sessions.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request body for creating a profile.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/profiles" \  -H "Content-Type: application/json" \  -d '{}'
{  "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"}