Just use 123
. It's super secure ;)
An API key is a token that you provide when making API calls. Include the token in a query parameter called apikey
.
Example: ?apikey=123
To Do API provides a simple way for people to manage their tasks and plan their day. This API can be used to create mobile and web applications.This API is documented using OpenAPI 3.0. The implementation lives in this GitHub repo.
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. CORS support is necessary to make calls from the request maker within the API docs.
Elements can be used to generate API docs for any OpenAPI document. Replace this OpenAPI with a URL to your own OpenAPI document to get started.