Skip to main content
POST
/
api
/
v1
/
developers
/
locations
Get specific developer locations
curl --request POST \
  --url http://localhost:8080/api/v1/developers/locations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "usernames": [
    "<string>"
  ]
}
'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Body

application/json
usernames
string[]
required

Response

A list of locations