Sign in

Get asynchronous request status

documented

Check status of an asynchronous request by token.

GET /requests/{token}.jsonAsynchronous requestsno 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://simplero.com/api/v1/requests/{{$token}}.json" \
  -X GET \
  -u "{{SIMPLERO_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "User-Agent: Example App (email@example.test)"
Get asynchronous request status · Simplero · OpenIntegrations