Using an Access Token

Send in the Authorization Header

Use fo keyword Bearer

Make no assumptions about the structure or format of the token

GET /um/Users HTTP/1.1
Host: api.example.com:8443
Authorization: Bearer _SDVDF_12df24-13bn31-121n-31234

Last updated