Sign in

Retrieve draft posts

documented

List draft posts for the blog.

GET /v2/blog/{blog-identifier}/posts/draftBlogsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.tumblr.com/v2/blog/{{$blog_identifier}}/posts?state=draft&limit={{$limit}}&offset={{$offset}}' \
  -X GET \
  -H 'Accept: application/json' \
  -H 'Authorization: OAuth oauth_consumer_key={{TUMBLR_API_KEY}}, oauth_token={{OAUTH2_ACCESS_TOKEN}}, oauth_signature_method=HMAC-SHA1, oauth_signature={{oauth_signature}}, oauth_timestamp={{oauth_timestamp}}, oauth_nonce={{oauth_nonce}}, oauth_version="1.0"' \
  -H 'Content-Type: application/json'