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

# Get applications

## Get user applications

<mark style="color:blue;">`GET`</mark> `https://ris.rightsline.com/v4/user/app`

#### Headers

| Name                                             | Type   | Description             |
| ------------------------------------------------ | ------ | ----------------------- |
| x-api-key<mark style="color:red;">\*</mark>      | string | Your company's API key. |
| Authentication<mark style="color:red;">\*</mark> | string | Authentication token.   |

{% tabs %}
{% tab title="200: OK User applications retrieved successfully." %}

```json
[
    {
        "id": 24,
        "name": "Some Company",
        "url": "https://admin.rightsline.com/",
        "urlTypeId": "3"
    },
    {
        "id": 45,
        "name": "UX2 - Some Company",
        "url": "https://app.rightsline.com/",
        "urlTypeId": "4"
    }
]
```

{% endtab %}
{% endtabs %}
