GET
or POST
type requests;POST
GET
Authentication method | Key type | Token example | ||||
---|---|---|---|---|---|---|
Bearer Token | Authorization | Bearer eyJhbGciOiJIUzI1CI6IkpXVCJ9 | ||||
API Key | API-Key | 1234567890abcdef1234567890abcdef | ||||
Basic Authentication | Authorization | Basic dXNlcm5hbWU6cGFzc3dvcmQ | ||||
X-API-Key | X-API-Key | 0987654321fedcba0987654321fedcba | JWT (JSON Web Token) | Authorization | Bearer eyJhbGciOiJIUzI1NiIs | |
HMAC (Hash-based Message Authentication Code) | Authorization | HMAC 5d41402abc4b19d911017c592 |