Last updated 2 months ago
Was this helpful?
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/states HTTP/1.1 Host: protocol.jframework.dev BrandUrl: text Accept: */*
The request was successful.
{ "success": true, "statusCode": 200, "message": "The request was successful.", "data": [ { "countryCode": "US", "code": "NY", "name": "New York", "administrativeDivision": "North East", "tags": "State, US, NY" } ], "errors": [] }