OpenMyLink has released an update that addresses many bugs and implements several improvements and new features along with the introduction of several endpoints to the main API.
Added Language Targeting
Now you can redirect users depending on the language detected on the user’s browser.
Added Added Campaign API
OpenMyLink now has new endpoints among them you have now the ability to handle campaigns. To get your campaigns via the API, you can use this endpoint. You can also filter data.
Commands: List, Create, Assign, Update and Delete.
Example: List Campaigns
GET https://openmy.link/api/campaigns?limit=2&page=1
curl --location --request GET 'https://openmy.link/api/campaigns?limit=2&page=1' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
Added Added Channel API
To get your channels via the API, you can use this endpoint. You can also filter data.
Commands: List, Create, Assign, Update and Delete.
Example: List channels
GET https://openmy.link/api/channels?limit=2&page=1
curl --location --request GET 'https://openmy.link/api/channels?limit=2&page=1' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
Added Meta Image Support for Links API
You can assign META information to links and OpenMyLink has added “metaimage” to the options.
metatitle | (optional) Meta title |
metadescription | (optional) Meta description |
metaimage | (optional) Link to a jpg or png image |
Improved Bio Pages
Several bug fixes, improved UI and blocks.
Added Animation to Bio Pages Links
Now you can add “on hover” animation effects to you buttons on Biopages.
End result: