Endpoints Overview

DePINscan currently provides the following API endpoints:

post

This endpoint is used for uploading device identifiers and their associated longitude and latitude.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
versionstringRequired

version

Body
uidstringRequired

user id

Responses
200

Upload successfully.

application/json
post
/api/upload-device-metrics
get

This endpoint is used for getting project publishers by project id.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uidstringRequired

Project Id

Responses
200

Get project publishers successfully.

application/json
Responsestring[]

publishers

get
/api/project/{uid}/publishers
delete

Delete all devices by project id.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
uidstringRequired

uid

Responses
200

Delete all devices successfully.

application/json
delete
/api/delete-all-devices

Last updated