cURL
curl --request GET \ --url https://rcur.app/api/v2/organizations/me \ --header 'Authorization: Bearer <token>'
{ "id": "org_abc123", "name": "Acme B.V.", "email": "info@acme.nl", "mollie_organization_id": "org_12345678" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization details
"org_abc123"
"Acme B.V."
"info@acme.nl"
"org_12345678"