token2go
It is a RESTful API intended to generate unique and verifiable tokens (cryptographic id codes). Use this tokens as an URL parameter in your marketing or customer service campaigns to validate requests that occurs in a timely period previously defined by your system. Don't worry on creating cryptographic collision-free id codes in your application or creating usage statistics of how many times an…
token2go endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
Validate a token /api/v1/token/validate/{id} |
Submit a token (t=token) or a link (t=link) id in order to check if it is a valid one. To be a valid token it must have a valid signature and not expired. |
| DELETE |
Remove token /api/v1/token/{id} |
Delete a token by its link id |
| POST |
Create a token /api/v1/token |
Create a single token providing a body of required parameters. |
| GET |
Read a Link or Token by its id /api/v1/token/{id} |
Read a link or token by its id. It is used to see the content (t=link or t=token), but cannot validate the signature. |
token2go pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $130 / month | — |
|