3. Run Profile

Open Profile

POST http://127.0.0.1:12368/profiles/start/:id

Examples

  • Curl example

curl -X POST http://127.0.0.1:12368/profiles/start/615d6c4b2a151505fe6ba060
  • Javascript example

const hidemyacc = new Hidemyacc();
const user = await hidemyacc.start("615d6c4b2a151505fe6ba060");

Success response

Success response - Success 200

Name
Type
Description

port

Number

PORT auto

wsUrl

String

Used to integrate Puppeteer

Success response example

Success response example - Success-Example

Error response

Error response - Error 4xx

Name
Type
Description

401

Not logged into account

Error response example

Error response example - Response (example):

Last updated