---
title: "Service: /members/{member}/groups/{group}/uris/urlconfig [GET]"
source: https://dev.pageseeder.com/api/services/get-uris-url-config-GET.html
description: "Gets URL configuration files (xref-config, url-config, url-template, editor-config) for a specified group by URL type or external URI, searching template folders in order of precedence."
last_updated: 2026-09-02T11:36:14+10:00
document_type: api_endpoint
operation_id: psml-GET
resource_id: psml
path_template: /members/{member}/groups/{group}/uris/urlconfig
http_method: GET
api_category: psml
implementation_version: 6.2005
api_since: 5.9900
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~330
---

# /members/\{member\}/groups/\{group\}/uris/urlconfig \[GET\]

## Description

Gets the following URL configuration files for a specified group and URL or URL type.

- `xref-config.xml`
- `url-config.xml` (including labels from global template)
- `url-template.xml`
- `editor-config.xml`

This service tries to locate the files by looking for the corresponding folder based on URL type in the order defined below:

1. `/template/[global template]/url/[type]`
2. `/template/default/url/[type]`

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| mediatype | the mediattype for external URI | yes unless `urltype` specified | string |  |
| url | the URL for external URI | yes unless `urltype` specified | string |  |
| urltype | the URL type for the config (overrides `url` & `mediatype`) | yes unless `url` & `mediatype` specified | string |  |

## Permission

This service requires guest or higher unless the group is public.

## Response

```xml

<url-type definedby="myproject"
          name="mytype">
 [<xref-configs>
    ...
  </xref-configs>]
 [<url-config>
    ...
  </url-config>]
 [<url-template>
    ...
  </url-template>]
 [<editor-configs>
    ...
  </editor-configs>]
</document-type>
```

## Error Handling

| 0x1212 | Invalid URL |
| --- | --- |

