Skip to main content
GET
/
v1
/
slug
/
join-path
Join Path
curl --request GET \
  --url https://api.example.com/v1/slug/join-path \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

parts
string
required

Path parts separated by comma

separator
string
default:/

Path separator

Response

Successful Response