API Docs / Operations / Client - Links / Create Link for Client

Create Link for Client

POST /tenants/{tenant}/clients/{client}/clientlink

Creates a new Link for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "url": "https://example.com",
  "linkType": "Other",
  "displayName": "string"
}

Responses

201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found