-
Notifications
You must be signed in to change notification settings - Fork 6
cURL
Paul Sweatte edited this page Jun 21, 2024
·
6 revisions
curl -X POST \ -H "Content-Type: application/json" \ -H "Shortcut-Token: $SHORTCUT_API_TOKEN" \ -d '{ "archived": false, "created_at_end": "2016-12-31T12:30:00Z", "created_at_start": "2016-12-31T12:30:00Z", "includes_description": true, "story_type": "bug" "workflow_state_types": ["backlog"] }' \ -L "https://api.app.shortcut.com/api/v3/stories/search"
- https://ec.haxx.se/
- http://conqueringthecommandline.com/book/curl
- https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/
- https://webplatform.github.io/docs/WPD/Projects/SSO/OAuth2_handshake_process_in_a_few_cURL_calls/
- https://wordpress.stackexchange.com/questions/213006/how-to-use-oauth-authentication-with-rest-api-via-curl-commands
- https://salesforce.stackexchange.com/questions/89423/obtain-enterprise-wsdl-via-curl
- https://developer.ibm.com/docloud/documentation/docloud/rest-api/curl-commands/
- https://medium.com/ringcentral-developers/use-curl-to-access-ringcentral-platform-api-d4710fe68fa4
- https://medium.com/@mauridb/calling-azure-rest-api-via-curl-eb10a06127
- https://superuser.com/questions/936042/how-can-i-instruct-curl-to-reuse-credentials-after-it-followed-a-redirect
- https://evertpot.com/curl-redirect-requestbody/
- https://www.jitendrazaa.com/blog/salesforce/using-curl-with-salesforce-rest-api/