To access WeGoDoo’s API, users must generate an API key from their WeGoDoo web app account. Follow these steps:
To confirm that your API key is valid, use the following actual endpoint, which serves both as a test and the live validation endpoint:
Endpoint:
https://app.wegodoo.com/api/v1/ValidateAccessToken?AccessToken=<Your_API_Key>
Method:
POST
Notes:
Replace <Your_API_Key> with your actual API key. No additional headers, parameters, or body content are required.
Below is an example snippet (adaptable for various platforms) to validate your API key. This example is shown for Zapier, but can be modified for other platforms as needed:

Enter Your API Key:
In your chosen platform (e.g., Zapier, Make.com, or Pabbly Connect), locate the authentication settings and paste your generated API key.
Configure the Validation Request:
Use the actual endpoint provided above to ensure your API key is valid. The request will return a response indicating whether your access token is working correctly.
Adjust as Needed:
If your platform requires a different configuration (for example, using a different HTTP request setup), refer to its documentation and adapt the sample code accordingly.
By following these steps, you’ll be able to integrate WeGoDoo’s API securely with any third-party application that supports API key authentication. If you have any further questions or need additional assistance, please contact our support team.