cURL
curl --request GET \ --url https://api.example.com/v1/permission-types/{id}
{ "id": "<string>" }
Gets a specific permission type by ID.
OK