cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/company \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "kybStatus": "PENDING", "invoicesUrl": "<string>", "sequenceCustomerId": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Retrieves details about the authenticated user’s company, including KYB status.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved company details
Company details
Show child attributes