post https://ulink.api.cloud.unifonic.om/services/api/v1/links
This API is used to create a Single Short Link.
Responses
This API is used to create a Single Short Link.
xxxxxxxxxx
10curl --request POST \
--url https://ulink.api.cloud.unifonic.om/services/api/v1/links \
--header 'Authorization: Bearer {token}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"long_url": "https://google.com"
}
'
Try It!
to start a request and see the response here! Or choose an example: