List locations
Returns all location objects, sorted by creation date (newest first). If no parameters are provided, results are paginated in pages of 30.
Documentation Index
Fetch the complete documentation index at: https://docs.flatpeak.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate with bearer you obtained from authentication endpoint.
Query Parameters
A reference that is meaningful to you, for example, an ID from your system.
Flatpeak customer_id.
"cus_65e421d1daa4a24082b4f590"
Specifies a cursor for pagination use; defines the place in the list. To retrieve the next page in the list include starting_after where ID is the last ID in the currently retrieved list.
A limit on the number of objects to be returned. Can range between 1 and 100, and the default is 30.
Specifies a cursor for pagination use; defines the place in the list. To retrieve the previous page in the list, include ending_before, which is the first ID in the currently retrieved list.

