Deeplinks
Create a deeplink
Required scope: deeplinks:write </br>Organization authorization: supported
post/api/v1/deeplinks
Request body
Example request
{
"destination": {
"url": "https://example.com"
},
"comment": "Marketing campaign link",
"operatorId": 123
}Response
Deeplink created
Example response
{
"id": 1,
"destination": {
"url": "https://example.com"
},
"comment": "Marketing campaign link",
"visits": 42,
"operatorId": 123,
"qrCodeUrl": "https://example.com/qr/abc123",
"appUrl": "monta://deeplink/abc123",
"createdAt": "2024-01-01T12:00:00Z",
"updatedAt": "2024-01-01T12:00:00Z",
"deletedAt": "2024-01-01T12:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.