# HTTP API IMPLIMENTATION

* **Request URL:** <https://platform.imvvy.com/api/+> **Auth Key**
* **Method:** POST&#x20;
* **Datatype:** JSON

eg. JSON:

```
{
"device_key":"1203009023053f4e62f5b8e5",
"value":"2",
"tag":"Temprature"
}
```

## Using Postman / HTTP request manager

This service provides a useful way to test HTTP integration in a simple way. It is necessary to follow the steps listed below to configure a request: -

![](https://829153375-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFNFtN0uMTEsqM25SkS%2F-MI_m0t2hi_AfK5_DKR0%2F-MIaBvHxlczO4fb9T1bK%2Fpostman1.jpg?alt=media\&token=0c7f3e09-28ff-4190-83a9-516c5fa28249)

* Select \<POST> message type&#x20;
* Device Key and value are mandatory, you will get the device key from the Device Profile and the value will be the one which you send. After this, you can add multiple values according to your requirement.&#x20;
* &#x20;Pass API Auth key in URL&#x20;
* Create a Content-type header with JSON type&#x20;
* Write some valid JSON data and send your query

## Success Response&#x20;

As shown in the below image, you will receive a 200 OK status message and return JSON status 1

![](https://829153375-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFNFtN0uMTEsqM25SkS%2F-MIaByc1EumTsx_U5sKJ%2F-MIaCnaqQ1xHMixUx_mz%2Fresponse.jpg?alt=media\&token=d5ddde05-c144-480c-abc8-8b8c0c5ba66c)

## Error Response

If the user sends the wrong parameters, he will receive return status 0

![](https://829153375-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFNFtN0uMTEsqM25SkS%2F-MIaByc1EumTsx_U5sKJ%2F-MIaDRFOuV9tz83gXcR_%2Ferror.jpg?alt=media\&token=7dc7d155-1591-4f98-9b49-cd44f4f1aa78)
