π§βπ»For Devs
Create your OWN API based template
Intract's team offers enterprises the ability to create, test, and use their own customised API templates.
Getting started with API:
This section is intended for technical individuals.
Summary:
To create a custom API verification task, Intract requires an API developed according by our standards. When a quester interacts with this task, Intract will call the API with the required parameters and check if the task is verified.
This API will first be verified by Intractβs development team to check if all the standards are met
Keys Supported:
When we connect with your projects API for verification we will send some keys in payload body. We support the following keys for verification:
Address
Userβs wallet address. π¨ We support EVM compatible addresses and NON EVM addresses (Solana, Keplr, Ton and Starknet).
Twitter ID
User account ID of userβs Twitter account.
TwitterHandle User's Twitter account handle.
Discord ID User account ID of userβs Discord account.
Discord
Discord user name of userβs discord account.
Telegram
User ID of userβs telegram account.
Email
Userβs email address.
You can also add constants not already mentioned above
API Signature
The API can be a POST or GET request.
URL format:
β NOTE: We only support https requests.
Payload
The API should support payload with this format.
β NOTE: We will only include keys in the payload that are defined in the task template. For example, if the task template only mentions "address" as input, then only the "address" key will be present in the payload.
When the task is recurring in nature two additional keys will be sent along with the above mentioned details. The following keys will be sent: startTimestamp and endTimestamp which are the start and end brackets of when the task is being verified.
Example payload in this case:
Headers
We will send security headers if mentioned.
Response Structure
We require the API response structure in a defined format. Failure to return data in this format will result in automatic rejection of the API approval.
Format:
Status Code:
The API should always return status code 200.
Performance Requirements
Intractβs campaigns receive a lot of scale. We require that APIs fulfils all performance requirements
These are some of the performance requirements needed for us to verify your API for usage.
Uptime: The API should meet 99.5% uptime SLA.
Throughput: The API should be able to handle a minimum of 50 req/sec.
Response Time: The API should have an average response time on less than 3 seconds. The max response time allowed is 5 seconds. We timeout the verification calls after 5 seconds.
Error Rate: The average error rate in an hour should be less than 0.5 percent.
If in runtime the error rate increases more than the mentioned limit we disable the verification task all together.
β All these performance requirements will be tested by load testing before approval.
Note: Once the API is created please visit here to integrate.
Last updated