02_URL-Parameters

title: URL Parameters slug: url-parameters order: 2

📜️ Parameters

fetchdocs adds additional parameters to the redirect URL. These parameters provide additional information about the redirect and prevent tampering.

The following list describes the parameters that fetchdocs adds to the redirect URL:

success
Indicates whether the action was successful. Possible values are true and false.
connection_uuid
The UUID of the created connection. You need to store those to fetch additional information. Only added if success=true.
signature
A signature to prevent tampering. See URL Signatures for more information.
On this page