Get Provinces
get provinces list
Authorizations
AuthorizationstringRequired
Responses
200
Response
application/json
post
/v1/location/provinciesPOST /v1/location/provincies HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"data": [
{
"id": 1,
"name": "text"
}
],
"message": "success",
"status": true
}Last updated