cURL
curl --request GET \ --url https://api.proposales.com/v3/companies \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "created_at": 123, "name": "<string>", "currency": "<string>", "tax_mode": "<string>", "registration_number": "<string>", "website_url": "<string>" } ] }
Lists all companies the user is a member of.
Documentation IndexFetch the complete documentation index at: https://docs.proposales.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.proposales.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties
standard
simplified
none