How to sign API requests using JWT authentication
Prepare credentials
Extract URL path
Generate body hash
Create and sign JWT
Add Authorization header
/v1/resources?filter=active
iat + 55
seconds.Signature Verification Failed
Missing Required Claims
uri
, iat
, exp
, sub
, and bodyHash
.Incorrect URL Format
uri
claim should only include the path and query string, not the domain or protocol.