Query Param Authentication

Table of contents

  • Introduction
  • Guide

Introduction

Query param authentication is a type of authentication where you put the authentication token/key in the query string of every HTTP Request.

One of the platforms that use this kind of authentication is Mapbox. Please find the sample HTTP request URI below.

https://api.mapbox.com/{endpoint}?access_token={your_access_token}

Guide

Step 1: Go to HTTP authentications > Create a new HTTP authentication.

Step 2: Select “Query param authentication” from the list of Settings.

Step 3: Add the parameters, for example: