Get Token

To fetch token you will need to send a GET request to /token.

You can also send optional data like /token?expiresIn=1 the 1 represents how many hours you want this token to be valid for.

If a token tries to send data after this time it will not be accepted by the server.

Integrate into your feed

Depending on how you have generated your RSS feed, it may be a little different, as PodToo uses NodeJS the code below suits our need however you should be able to adapt it.

Sample Code