Sectors

This endpoint lets you access to the list of all active sectors.
This endpoint just requires a valid token.
get
https://www.welcomekit.co/api/v1/external/
sectors
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/sectors" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer WK_API_KEY"