Briefing by Area
POST
/v1/briefing/b4ufly/areaLast modified: 3 months ago
Scope: briefing:area:read
Request
Header Params
Authorization
string
optional
Authorization bearer accessToken
generated in Authorization step
Example:
{{access-token}}
Body Params application/json
No schema defined
Example
{
"boundary": {
"coordinates": [
[
[
-83.07861764257095,
42.335222895650645
],
[
-83.07861764257095,
42.318879440902606
],
[
-83.05487387644406,
42.318879440902606
],
[
-83.05487387644406,
42.335222895650645
],
[
-83.07861764257095,
42.335222895650645
]
]
],
"type": "Polygon"
}
}
Request samples
Responses
A successful response.(200)
An unexpected error response.(500)
A successful response.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 3 months ago