Learn how to authenticate with the CallMeLater API and manage your credits
x-api-key
header for all requests:
Action | Credits Used | Notes |
---|---|---|
Schedule a POST request | 1 | Standard consumption |
Schedule a GET request | 1 | Same cost regardless of method |
Cancel a scheduled request | 0 (refund +1) | Credit returned to account |
Failed scheduling (invalid URL) | 0 | No charge for failed requests |
Request execution fails | 0 | No additional charge if target fails |
Status Code | Error | Description |
---|---|---|
401 | Invalid API key | The provided API key is invalid or inactive |
401 | Missing API key | No API key was provided in the request |
402 | Insufficient credits | Your account doesn’t have enough credits |