> For the complete documentation index, see [llms.txt](https://docs.sparkloop.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkloop.app/api-v2-deprecated/objects-schema/partner-profile-object.md).

# Partner Profile Object

### Example

```json
{
  "uuid": "partner_4bc1056297",
  "name": "John Doe",
  "partner_network_status": "approved"
  "stripe_connected": true
}
```

<table><thead><tr><th width="217">Property</th><th width="140.66666666666666">Type</th><th>Description</th></tr></thead><tbody><tr><td>uuid</td><td>string</td><td>the unique ID of the partner</td></tr><tr><td>name</td><td>string</td><td>the name of the partner</td></tr><tr><td>partner_network_status</td><td>string</td><td><p>the partner's status.</p><p>Possible values:</p><ul><li>blocked</li><li>account_incomplete</li><li>pending</li><li>rejected</li><li>approved</li></ul></td></tr><tr><td>stripe_connected</td><td>Boolean</td><td><code>true/false</code> whether the Stripe onboarding has been successful</td></tr></tbody></table>
