Organizations
Profile
Profile endpoint reference.
Get
Get an organizations profile if it exists.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | Organization identifier. |
php
$response = $client->organizations()->profile()->get('ORGANIZATION_ID');
Update
Modify organization profile.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | Organization identifier. | |
values | array | Yes | Profile values, requires business_name, business_email, business_phone, business_address and external_metadata. |
php
$response = $client->organizations()->profile()->update('ORGANIZATION_ID', []);

