# Allowed open sources list for import

## Allowed open sources list for import

<mark style="color:blue;">`GET`</mark> `/policies/opensourced`

Allowed open sources list for import

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```

content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  required:
                    - policyName
                    - tokenType
                    - methodologyLink
                    - fileLink
                  properties:
                    policyName:
                      type: string
                      description: policy name
                    tokenType:
                      type: string
                      description: token symbol
                    methodologyLink:
                      type: string
                      description: documentation link
                    fileLink:
                      type: string
                      description: policy file link
```

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

{% endtab %}

{% tab title="451: Unavailable For Legal Reasons Unavailable for Legal Reasons. User must accept new terms of Use." %}

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'

```

{% endtab %}
{% endtabs %}
