> 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/endpoints/partner-profile.md).

# Partner Profile

## Get the partner profile

<mark style="color:blue;">`GET`</mark> `https://api.sparkloop.app/v2/partner_profile`

Returns the partner profile

{% tabs %}
{% tab title="200 " %}

```json
{
  "partner_profile": <Partner Profile Object>
}
```

{% endtab %}

{% tab title="404 When partner profile doesn't exist" %}
{% tabs %}
{% tab title="Subscriber not found" %}

```
{
    "error": "Partner profile not found."
}
```

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}
