Call with Archer API_KEY=YOUR_SECRET_API_KEY_HERE curl "https://api.hellosign.com/v3/template/list" \ -u "${API_KEY}:" Alternatively, you can pass the API key as part of the URL: API_KEY=YOUR_SECRET_API_KEY_HERE curl "https://${API_KEY}:@api.hellosign.com/v3/template/list" Security Scheme Type: HTTP HTTP Authorization Scheme: Basic Access Token You can use an access token (issued during an OAuth flow) to send API requests on behalf of the user that granted authorization. Passed as in th
Call with ArcherAPI_KEY=YOUR_SECRET_API_KEY_HEREcurl "https://api.hellosign.com/v3/template/list" \ -u "${API_KEY}:"Alternatively, you ca