GET api/Lead/GetUrlByToken?urlToken={urlToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| urlToken | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ShortenedUrlDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| urlToken | string |
None. |
|
| type | ShortenedUrlMapEnum |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"urlToken": "sample string 2",
"type": 1
}