New features on update 6.5.4 (August 6th 2022)

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.

New features on update 6.5.4 (August 6th 2022) 6

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.

update with new features
New features on update 6.5.4 (August 6th 2022) 7

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.

New features on update 6.5.4 (August 6th 2022) 8

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
Nuevo!

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.

New features on update 6.5.4 (August 6th 2022) 9

End result:

New features on update 6.5.4 (August 6th 2022) 10