Authentication
Authentication
All Messaging API endpoint requests are authenticated using a Bearer Token authentication.
A "Bearer Token" is a JSON Web Token whose role is to indicate that the user accessing the resources is indeed authenticated. He must first retrieve the token and then send it to the server, at each request, so that the server validates it (according to different rules: key validation, audience validation, etc.)
You can find out how to get your Bearer Token in the documentation.