Skip to main content

Quickstart

1. Get your credentials

To access the MSLA APIs, you need to request credentials by email to contact@mslainternational.com. Here's an example of credentials provided by MSLA International.

username: root
password: root

2. Get your token

Now that you have your credentials, go to LOGIN to obtain the token key, which will be used for each Pulse latam API. Once you have obtained your token, remember to always add it to the header to access any MSLA ID API.

Header parameter

NAMEREQUIREDTYPEDESCRIPTIONEXAMPLE
Authorizationstringbearer jwt tokenbearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Example

curl --location --request POST 'https://idv.pulse-latam.com/endpointPulse' \
--header 'Authorization: bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'

Congratulations, now you can use every MSLA ID api!