cURL
curl --request POST \ --url https://openapi.octoparse.com/token \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "grant_type": "password" } '
{ "data": { "access_token": "<string>", "expires_in": 123, "token_type": "<string>", "refresh_token": "<string>" }, "requestId": "<string>" }
Before getting access to the Octoparse OpenAPI, you will need your username and password to get a new Access Token.
Account email address or username
Account password
Must be password
password
"password"
Token obtained successfully
Show child attributes