Retrieve a specific webhook public keyAsk AIget https://api.pixop.com/api/v1/webhooks/public-keys/{id}Retrieves the details of a specific webhook public key using its unique identifier.Path ParamsiduuidrequiredThe unique identifier for the object.Responses 200Successfully retrieved webhook public key details. 400Invalid request. Inspect the details of the error for more information. 401Authentication failed. Missing or invalid X-API-Key or basic authentication credentials. 403Access denied. You do not have the necessary permissions to access this resource. 404The requested resource could not be found. 429Too Many Requests. The rate limit for this resource has been exceeded. 500An unexpected error occurred on the server.Updated about 1 year ago