Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.02 KB

pocket.md

File metadata and controls

38 lines (22 loc) · 1.02 KB

You must have an account and obtain an API token for consumer_key.

There are three APIs there (/v3/add, /v3/send, /v3/get) and two parameters required:

  • consumer_key: An access token for developers.
  • access_token: An access token for clients.

To obtain access_token, use /v3/oauth/request.

/v3/oauth/request

Use X-Accept: application/json to return a JSON response.

Request

  • consumer_key: An access token for developers.
  • redirect_uri

Response

  • code: The request token supplied in the code field of the /v3/oauth/request call.

/v3/oauth/authorize

Request

  • consumer_key: An access token for developers.
  • code: The request token supplied in the code field of the /v3/oauth/request call.

/v3/add

/v3/send

/v3/get