This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request GET 'https://api.portierx.com/api/v1/access-credentials/suggest-id?prefix=KEY' \
--header 'Authorization: <api-key>'
{
"msg": "Retrieved item successfully",
"data": {
"credential_uuid": "12312342342",
"suggested_id": "C5"
}
}