Method | Request URI |
---|---|
post | /API/ShortLink/Link/?sessionId=value |
URI Parameter | Description |
---|---|
sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
Authorization: Bearer <Current session ID> |
Response Code | Description |
---|---|
200 | The operation completed successfully. |
400 | The request contained one or more invalid parameters. |
403 | The caller does not have the necessary privileges for the attempted operation and/or the specified item. |
410 | An item was not found. |
440 | The caller is not associated with a valid session. |