latestOpenAPI 3.0.12026-08-1023144.0 KB

ba22877ce84b

Access Token

Obtain a New Token

Before getting access to the Octoparse OpenAPI, you will need your username and password to get a new Access Token.

post/token

Request body

usernamestring required

Account email address or username

passwordstring required

Account password

grant_typestring required

Must be password

Example request

{
  "grant_type": "password"
}

Response

Token obtained successfully

requestIdstring