> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# getReferralUrl

> Get the referral url for a merchant.

Get the referral url for a merchant.

```graphql theme={null}
query {
  getReferralUrl(
    merchant: MerchantInput
  ): String
}
```

## Arguments

<ParamField body="merchant" type="MerchantInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

`String` — The `String` scalar type represents textual data, represented as UTF-8 character sequences.
