Sign in

Create service

documented

Create a new CodeREADr service via the Developer API (as demonstrated by the DSU/Postback example URLs for service creation).

Servicesno 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.codereadr.com/api/?section=services&action=create&api_key={{CODEREADR_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$title}}", "type": "{{$service_type}}", "description": "{{$description}}"}'