Url's
All info about the stedelijkleiden.nl shortlink system!
Get code
GET
https://stedelijkleiden.nl/api/u/get/:code
This endpoint allows you to get information about a code.
Path Parameters
id
string
The code of the shortlink, for example stedelijkleiden.nl/docs (docs)
Get list of all codes
GET
https://stedelijkleiden.nl/api/list
Get a list of all existing public codes.
Path Parameters
None
string
No parameters required
Delete a code
POST
https://stedelijkleiden.nl/api/u/delete
Delete an existing code with your API key!
Request Body
key
string
You api key secret!
id
string
Your api key id!
code
string
The code of the shortlink, for example stedelijkleiden.nl/docs (docs)
Create code
POST
https://stedelijkleiden.nl/api/u/create
Request Body
id
string
Your API key id!
key
string
Your API key secret
private
string
IF the url is visible in the list!
customUrl
string
A custom name for the url!
longUrl
string
The long url to shorten!
Last updated
Was this helpful?