Cookie

Cookie consent

We use some essential cookies to make this website work. We'd like to set additional cookies to help us measure your experience when you view and interact with the website.

Cookie policy

status

This endpoint describes the status of Postcoder and the settings associated with your API key.

Status page: See the status page to view current and historic uptime.

Request URL

GET https://ws.postcoder.com/pcw/{apikey}/status

Path parameters

ParameterDescriptionExample
apikeyYour API keyPCW45-12345-12345-1234X

Querystring parameters

ParameterDescriptionExample
formatSets the format of the response, xml or json (default unless "application/xml" header is detected)format=json

Example request and response

GET https://ws.postcoder.com/pcw/PCW45-12345-12345-1234X/status?format=json

{
	"correctsearchkey": true,
	"availablecredits": 0,
	"lookupservicesup": true,
	"state": "Test Key",
	"currentipvalid": true,
	"currentip": "151.225.70.75",
	"overallstatus": true,
	"evaluation": false,
	"suspended": false,
	"bankvalidation": "Ok",
	"emailvalidation": "Ok",
	"mobilevalidation": "Ok",
	"otpverification": "Ok",
	"countriesavailable": "UK",
	"eircode": "No Access",
	"addressbase": "No Access",
	"addressbasecore": "No Access",
	"bankvalidationaccess": "Full Access",
	"emailvalidationaccess": "Full Access",
	"mobilevalidationaccess": "Full Access",
	"otpverificationaccess": "Full Access"
}

Response fields

FieldDescriptionExample
correctsearchkeyA true or false to indicate whether the API key existstrue
availablecreditsThe number of credits remaining99999
lookupservicesupA true or false to confirm the service is up and runningtrue
stateA description of the state of the service and / or the API keyTest Key
currentipvalidA true or false to indicate whether the current IP address is authorised to make requeststrue
currentipThe IP address of the device making this request81.73.8.29
overallstatusA true or false to indicate the overall status of the servicetrue
evaluationA true or false to indicate whether the API key is in trial modefalse
suspendedA true or false to indicate whether the API key has been suspendedfalse
bankvalidationThe current status of the bank validation featureOk
emailvalidationThe current status of the email validation featureOk
mobilevalidationThe current status of the mobile validation featureOk
otpverificationThe current status of the OTP verification featureOk
countriesavailableThe countries enabled on the API keyALL
eircodeThe API key's level of access to the Eircode datasetNo Access
addressbaseThe API key's level of access to the AddressBase datasetFull Access
bankvalidationaccessThe API key's level of access to the bank validation featureNo Access
emailvalidationaccessThe API key's level of access to the email validation featureNo Access
mobilevalidationaccessThe API key's level of access to the mobile validation featureFull Access
otpverificationaccessThe API key's level of access to the OTP verification featureFull Access

Credit cost

This endpoint is free to use.

Buy a credit pack or set up a monthly plan for use with all Postcoder features.