Overview
/
Developer Tools
/
API Reference
/
Shortlinks
/
Create a shortlink for a user.

Create a shortlink for a user

HTTP Request

  • application/json

    //
    • password:

      string,
      //
    • restrict_to_org:

      boolean,
      //
    • url:

      stringURL
      //
    }

Response

  • 201 Created
    • //
      • key:

        string,
        //
      • url:

        stringURL
        //
      }

Examples

post
/user/shortlinks
201 Created
Response