Get Chapter Regions
GET
/chapter_region/
Chapter
Use this to look up what the Region value means in API calls. You will see a reference to the Region value in API calls such as /api/chapter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/chapter_region/'
Response Response Example
[
{
"id": 1,
"order": 1,
"title": "North America"
}
]
Request
None