Get PIN Status
Overview
Gets the PIN status for a specified card by card ID. 1
Endpoint URL
https://api-s.nolantechnologies.com/v0/banking/cards/:cardId/pin-status
Endpoint Data
| Parameter Name | Description |
|---|---|
cardId |
The Unit card ID |
Example Request
curl -i -X GET "https://api-s.nolantechnologies.com/v0/banking/cards/1234567/pin-status" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Nolan-API-Key: YourNolanApiKey"
Example Response
HTTP/1.1 200 OK
X-Powered-By: Express
Content-Type: application/json; charset=utf-8
Content-Length: 332
ETag: W/"14c-PIXt+3CWLR/8LXvJ5oHPfhWsbyg"
Date: Sat, 23 Sep 2023 20:51:38 GMT
Connection: keep-alive
Keep-Alive: timeout=5
{
"data": {
status: "Set"
}
}
-
Read more about this endpoint in the Unit API docs ↩