Skip to main content
GET
/
v1
/
arc
API v1 index
const options = {method: 'GET'};

fetch('http://localhost:4005/v1/arc', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "status": "<string>",
  "message": "<string>"
}

Response

Success response

status
string
required
message
string
required