Skip to main content
GET
/
api
/
v1
/
developers
/
locations
Get all developer locations
curl --request GET \
  --url http://localhost:8080/api/v1/developers/locations \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of locations