FormSync

API Authentication

Ask ChatGPT

Authentication

All requests must include your API key in the Authorization header.

http
1Authorization: Bearer fs_your_api_key_here

Important Notes

If a valid API key is not provided in the request header, you will receive a 401 Unauthorized error.


Error Codes

Status CodeErrorDescription
401UnauthorizedInvalid or missing API key in the Authorization header.
403ForbiddenThe API key does not have permission for the requested resource.
429Too Many RequestsRate limit exceeded. Please slow down your requests.
500Internal Server ErrorAn unexpected error occurred on our end.

How is this guide?

API Authentication | FormSync