Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
Groovy Script
Explanation
This script performs the following operations:- Finding Token: Finds the
access_tokenfield from request body - Extracting Token: Extracts the token value
- Adding Header: Adds it to Authorization header as Bearer token
This script should be run on the request line (Request Policy) because it uses the
requestBodyTextFromClient and requestHeaderMapToTargetAPI variables.
