cURL
curl --request GET \ --url https://b2b-api.dev-riseworks.io/v2/user/organizations \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "companies": [ { "nanoid": "<string>", "avatar": "<string>", "name": "<string>" } ] } }
Retrieves a list of organizations associated with the logged-in user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object