Articles
Examples
curl -X POST <https://getpocket.com/v3/oauth/authorize> -d "code=string&consumer_key=string"
-X
to specify the request type.-d
data.
curl -X POST <https://getpocket.com/v3/oauth/authorize> -d "code=string&consumer_key=string"
-X
to specify the request type.-d
data.