> For the complete documentation index, see [llms.txt](https://api-docs.everreal.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.everreal.co/endpoints/owners.md).

# Owners

{% hint style="warning" %}
To use EverReal playground is required to provide the Bearer token, read more in Master Data page
{% endhint %}

To understand what is necessary and how to use GraphQL, in Master Data page we explain what is necessary to do

{% content-ref url="/pages/-MgjbMsY28KoSiFbx\_k6" %}
[Ideal CSV Structure](/how-to-guide/everreal-data-import-process/master-data.md)
{% endcontent-ref %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Owner Query</td><td></td><td></td><td><a href="/pages/W5Gh7w6qk2fgcNhWeMel">/pages/W5Gh7w6qk2fgcNhWeMel</a></td></tr><tr><td>Owner Mutation</td><td></td><td></td><td><a href="/pages/A5wqODdyjAhaB5o5XMVT">/pages/A5wqODdyjAhaB5o5XMVT</a></td></tr></tbody></table>

### GraphQL Endpoint

## GraphQL endpoint to perform owner operations

<mark style="color:green;">`POST`</mark> `https://{custom_subdomain}.everreal.co/api/reporting/graphql`

Body of the request should follow GraphQL mutation structure like

`mutation {`\
&#x20;  `mutationName(input: {MutationNameInput!})`\
&#x20;  `{ MutationNamePayload }`\
`}`
