API Response Codes
Refer to the below response code glossary to help you troubleshoot any errors.
Glossary
Response Code
Messages
Explanation
200 OK
The request was successful!
N/A
400 Bad Request
Participant cannot join this campaign.
N/A
401 Unauthorized
Participant authentication is required.
N/A
401 Failed to add participant
Participant was not able to join this campaign.
N/A
402
Usage limit exceeded
N/A
403 Forbidden
You are not allowed to perform that action.
No valid participant access token provided.
Your API key may be revoked or contain a typo, or you may be trying to interact with another user's campaign or participant data (which is not allowed).
404 Resource Not Found
The requested resource does not exist.
You may be trying to request a resource that does not exist or was deleted.
409 Conflict Duplicate Request
Conflicting duplicate request.
N/A
429 Too Many Requests
You have reached your <rate> limit
You have sent too many requests in a given time OR You have reached the usage limit in your current plan. See Rate Limits and Max Connections for more details on rate limits.
5XX Internal Server Error
The GrowSurf server is inaccessible or offline -- that's our fault! Check for updates on our status page.
N/A
Last updated
Was this helpful?