im trying to create a json file to send my database to a third party website they provided e the auth token. how can i use that auth token. desperate need of help here thank.
You will need to read about how to access 3rd party services in the article Corvid: How to Access 3rd-Party Services with the Fetch API .
A nice simple example to start with is Create a Weather Widget . Also, t ake a look at the Advanced examples , many of them access 3rd party services. A couple of good examples to start with are: Example: Using the Places API from Google Maps services and Example: Send email with the SendGrid REST interface .
thank you for this but how about ising auth token?