Skip to main content
GET
/
employer-details
Employer Details API
curl --request GET \
  --url https://api.hrms.com/employer-details \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
"{\n    \"employer_name\": \"acme_infosoft_private_limited\",\n    \"employer_pan\": \"AAUCA0066B\",\n    \"employer_category\": \"central_government\",\n    \"address\": {\n        \"street\": \"b701_amrapali_lakeview\",\n        \"area\": \"thaltej\",\n        \"city\": \"ahmedabad\",\n        \"state\": \"gujarat\",\n        \"postal_code\": \"380015\",\n        \"country\": \"india\"\n    }\n}"

Headers

x-api-key
string
required

API key to uniquely identify the API user

x-api-version
string

API version

Authorization
string
required

Authentication token to authorize the request

Response

200

employer_name
string
Example:

"acme_infosoft_private_limited"

employer_pan
string
Example:

"AAUCA0066B"

employer_category
string
Example:

"central_government"

address
object