Title
Create new category
Edit page index title
Edit category
Edit link
Retrieve Key
Overview
This endpoint allows you to retrieve details of a specific Bre-B key within the Passport API using the key's unique ID. The response includes key value, type, status, and associated entity details.
Endpoint Details
Definition | Description |
|---|---|
Endpoint | https://api.paas.sandbox.co.passportfintech.com/v1/keys/:key_id |
Method | GET |
Headers | Content-Type: application/json, Authorization |
Authentication | Access Token (Bearer Token) |
Request Body
No request body
Example Request
Response Body
HTTP Status Code: 200 OK.
The response will contain the key details along with its unique identifier.
Example of Response
Common Errors and Handling
HTTP Status Code | Meaning | Description |
|---|---|---|
400 Bad Request | Invalid Data | Required fields are missing or contain incorrect values. |
401 Unauthorized | Expired Token | The access token is invalid or has expired. |
403 Forbidden | Access Denied | The request is not authorized to retrieve a Key. |
500 Internal Server Error | Server Error | An unexpected error occurred while retrieving the Key. |