Sign in

Create requester

documented

Create a new requester.

POST /requesters.jsonRequestersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.samanage.com/requesters.json" \
  -X POST \
  -H "Accept: application/vnd.samanage.v1.3+json" \
  -H "Content-Type: application/json" \
  -H "X-Samanage-Authorization: Bearer {{SAMANAGE_API_KEY}}" \
  -d '{"name": "{{$name}}", "email": "{{$email}}"}'