stripe get <id or path>
Makes GET HTTP requests to retrieve an individual API object
Arguments
Name | Description |
---|
id or path | ID or URL path of the API object to retrieve |
Options
Name | Description |
---|
-b, --ending-before <object id> | Retrieves the previous page in the list |
-l, --limit <number> | Number of objects to return |
-a, --starting-after <object id> | Retrieves the next page in the list |
-s, --show-headers | Shows response HTTP headers |
-c, --confirm | |
--dark-style | Uses a darker color scheme |
-d, --data <value> | Additional data to send with an API request |
-e, --expand <value> | Response attributes to expand inline |
-i, --idempotency <key> | Sets an idempotency key for the request, preventing the same request from replaying within 24 hours |
--live | Makes a live request |
--stripe-account <account id> | Specify the Stripe account to use for this request |
-v, --stripe-version <version> | Specify the Stripe API version to use for this request |
--api-key <stripe api key> | Sets your API key to use for the command |
--color <setting> | Enables or disables color output |
--config <config filepath> | Sets your config file |
--device-name <name> | Runs command on behlaf of another device |
-h, --help | Provides the help documentation for commands, flags, and arguments |
--log-level <level> | Set the level of detail for log messages |
-v, --version | Prints the version of the Stripe CLI |