Call an arbitrary POST endpoint directly from the CLI.
Section: Core CLI Usage Patterns
Send a raw POST request
bash
bash
stripe post /v1/customers -d email=ada@example.com -d name="Ada Lovelace"Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Core CLI Usage Patterns
Expand nested objects in the response
Request expanded objects directly from Stripe.
Send a raw DELETE request
Delete or deactivate supported resources with a raw request.