Skip to main content
GET
/
v1
/
keys
/
idaas
Get the IDaaS public encryption key
curl --request GET \
  --url https://idaas.yourflexpay.com/api/v1/keys/idaas
{
  "success": true,
  "message": "<string>",
  "errorCode": "<string>",
  "data": {},
  "errors": [
    "<string>"
  ],
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - */*

IDaaS public key returned

success
boolean
message
string
errorCode
string
data
object
errors
string[]
timestamp
string<date-time>